npm install
- To install npm package.
- It will create a node_modules folder in root of your project.
- Run `npm audit fix` if found vulnerabilities issue.
json-server --watch db.json
- Run `npm install -g json-server` if packages is not install in local machine.
- Run `npm audit fix --force` if found vulnerabilities issue.
- To start restfull API server
ng serve --open
- To Run applicatpion for a dev server.
- Navigate to `http://localhost:4200/`