Skip to content

⚡️ Super simple react crud app using a fake REST API with json-server ⚡️

Notifications You must be signed in to change notification settings

canmeepo/react-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-crud

This project was bootstrapped with Create React App.

clone repo

git clone https://github.com/canmeepo/react-crud.git

1. install dependencies

yarn

2. install json-server

npm install -g json-server 

3. run json-server

json-server --watch db.json --port 3001

4. run react-crud application

yarn start

About

⚡️ Super simple react crud app using a fake REST API with json-server ⚡️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published