Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 209 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 209 Bytes

Follow the Commands to run the project

  1. cd frontend
  2. json-server --watch data/data.json --port 8000.
  3. Now, Open another terminal
  4. And type npm start.

To install the dependecies

  1. npm install