This project was generated with Angular CLI version 6.0.1.
You need to install
- Node.js
- Angular Cli version 6
- Clone the project
- Install project dependencies.
- Open OS Command Line Prompt
- Run
npm install -g json-server
- Navigate to the project folder
- Go to the server folder
- Open OS Command Line Prompt
- Run
json-server --watch db.json
, to enable fake json server - Go back to the project folder again
- Open OS new Command Line Prompt
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
This application has been built using the following:
- Angular 6
- Angular Material
- Ngrx ( Store, Effect)
- RXJS
- NG-Spinner
- NGRX/store-devtools ( as Dev-Dependency)