Installation
To run the downloaded file one has to put the following steps one by one:-
- go to directory practical and run npm install
- go to directory "practical" and run npm install -g json-server
- to start application server go to "practical" and run ng serve --open or ng serve this will open in http://localhost:4200
- to start json-server go to "practical" and run "json-server -p 5555 userLists.json" this can be open in http://localhost:5555