Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 761 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 761 Bytes

React Admin

Showcase of React Admin with JSON-Server REST API.

Dependencies 🛠️

  • React.js
  • Material UI
  • react-admin
  • json-server

Usage

Install dependencies

npm install

Install client dependencies

cd client
npm install
cd ..

Run client and server

npm run dev

Visit: http://localhost:3000

Run server only

npm run server

The server will be accessible at: http://localhost:5000

Run client only

npm run client

The client will be accessible at: http://localhost:3000

Video

video.mp4