Skip to content

Latest commit

 

History

History

React_Admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Admin

How To Install React Admin

npm install --save-dev react-admin

2nd Way With data provider and MaterialUI

npm i react-admin ra-data-simple-rest @material-ui/core

Must Install json-server, concurrently(to run client and server concurrently)

npm install json-server
npm install concurrently

What Must I import From React Admin

  • Admin
  • Resource

Do Not Forget To Also Import the REST Provider

import restProvider from 'ra-data-simple-rest';