This is my tutorial project result of the angular.io tutorial "Build your first angular app"
- Clone Repo
- Install packages
npm install
- Configure the JSON server
npm install -g json-server
- Run json-server
json-server --watch db.json
- Run project
ng serve -o