This project was generated with Angular CLI version 8.0.2.
The app consumes Node server
Clone or Download the repository to any directory of your choice on your local machine and cd into your project directory To install dependences run below command $ npm install
To start app run ng serve
angular frontend which starts the app at http://localhost:4200/
To start server run npm run start:server
which starts the api backend server at http://localhost:3000/
Check out online demo Here.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.