Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 300 Bytes

CRUD application on reactjs

Install node modules:

npm install

Install json-server for mockingbackend api

npm install -g json-server

The database file :

./db.json

Run applicaton

npm start

Run json-server

json-server db.json -p 3001