Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danwahlin/angular-todo-list-fluid
https://github.com/danwahlin/angular-todo-list-fluid
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danwahlin/angular-todo-list-fluid
- Owner: DanWahlin
- License: mit
- Created: 2022-07-14T21:56:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T23:52:36.000Z (over 2 years ago)
- Last Synced: 2024-10-06T10:41:51.125Z (about 2 months ago)
- Language: TypeScript
- Size: 2.25 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoList with the Fluid Framework
This is based on a project originally created by [Haroun](https://github.com/harounchebbi/angular-to-do-list-with-drag-drop).
### Running the App Locally
1. Open a command window.
1. Run `npm install`
1. Run `npm run frs:local` to start the local version of the Fluid Relay Service.
1. Run `npm run start:local` to launch the app.### Running the App using Azure Fluid Relay Service
1. Create a new Azure Fluid Relay resource using the [Azure Portal](https://portal.azure.com).
1. Visit `Settings --> Access Keys` for the newly created Azure Fluid Relay resource in the Azure Portal.
1. Copy the `Tenant Id`, `Primary Key`, and `Service Endpoint` values into a text editor.
1. Create an `.env` file at the root of the `Angular-Todo-List-Fluid` project and add the following keys/values. Replace the placeholders with the values you copied into your text editor:```
NG_APP_TENANT_ID=
NG_APP_PRIMARY_KEY=
NG_APP_ENDPOINT_URL=
```
1. Open a command window.
1. Run `npm install`
1. Run `npm run start:frs` to launch the app.