Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 608 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm install -g json-server

Install the json server by this command in your project..

json-server --watch api/json.db --port 3004

Runs the server on port 3004