Skip to content

dinbtechit/ns-ceiling-fan-frontend

Repository files navigation

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.