Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 280 Bytes

File metadata and controls

8 lines (6 loc) · 280 Bytes

angular-exercise

To run the project follow the steps:-

  1. Install json-server using following command "npm install -g json-server". This will install it globaly.
  2. To install all the dependencies run "npm i".
  3. Run "json-server --watch db.json".
  4. Last step run "ng serve".