This project done while learning angular from the Angular Course in Coursera
which is the second part of Full Stack Web Development
by Hong Kong University of Science and Technology
- To install angular-cli globally:
npm install -g @angular/cli
- To install dependencies:
npm install
- Install json-server globally:
npm install json-server -g
- Change directory to
/src/assets/json-server
and run the server by:
json-server --watch db.json -d 2000
- Change directory to where you clone project and run the web app by:
ng serve open
- Finally open the browser and and open:
http://localhost:4200/