Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinbtechit/ns-ceiling-fan-frontend
NS Ceiling Fan Frontend (UI)
https://github.com/dinbtechit/ns-ceiling-fan-frontend
angular ngxs sse
Last synced: 15 days ago
JSON representation
NS Ceiling Fan Frontend (UI)
- Host: GitHub
- URL: https://github.com/dinbtechit/ns-ceiling-fan-frontend
- Owner: dinbtechit
- Created: 2022-06-02T01:28:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T01:46:56.000Z (over 2 years ago)
- Last Synced: 2024-10-31T18:23:17.622Z (2 months ago)
- Topics: angular, ngxs, sse
- Language: CSS
- Homepage: https://github.com/dinbtechit/ns-ceiling-fan
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NS Ceiling Fan Frontend (UI)
A user interface for the NS Ceiling Fan app.
**Technologies**
- Angular 12 (SPA based application)
- NGXS state management - For managing the clientside state.
- fetch-event-source for handling server sent events from the backend.
## Development
1. Build ns-saltire template
```
ng build ns-saltire
```Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).