/breadcrumb

Primary LanguageJavaScript

Breadcrumb

Before running this project you should install json-server.

json-server is a full fake REST API.

$ npm install -g json-server

For starting project you should follow these steps:

1- Run server first

$ json-server db.json

It will open a page at your localhost at port 3000

http://localhot:3000

2- Run the react app

$ npm start