Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 559 Bytes

Installation steps to run application on your local machine

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/`