Skip to content

create an interface using React Admin as well as implement a fake REST API with JSON-Server

Notifications You must be signed in to change notification settings

Muhammad-Ahmad-AI/react-admin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Admin Example using react-admin

Example of React Admin. We use JSON-Server for our REST API

Usage

# Install dependencies
npm install

# Install client dependencies
cd client
npm install
cd ..

# Run client and server (Visit http://localhost:3000)
npm run dev

# Run server only (:5000)
npm run server

# Run client only (:3000)
npm run client

Create Disboards And Enjoy using React.

About

create an interface using React Admin as well as implement a fake REST API with JSON-Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published