Skip to content

Latest commit

 

History

History
executable file
·
24 lines (22 loc) · 472 Bytes

README.md

File metadata and controls

executable file
·
24 lines (22 loc) · 472 Bytes

React CRUD JSON API

This project was bootstrapped with Create React App.

clone repo

git clone https://github.com/dkapexhiu/react-crud-json-api.git

1. install dependencies

npm install

2. install json-server

npm install -g json-server 

3. run json-server

json-server --watch users.json --port 3001

4. run react-crud application

npm start