Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 551 Bytes

File metadata and controls

14 lines (10 loc) · 551 Bytes

Project Video

notes-app-using-reactjs.webm

Available Scripts

In the root directory of project, you can run this commands on terminal:

npm install

npm start

In the root directory of project, add new terminal and run this command:

npx json-server --watch db/localApi.json --port 8000

Open [http://localhost:3000] to view it in your browser. Open [http://localhost:8000/blogApi] to view blogApi data into your browser.