All Projects → bradtraversy → React Admin Example

bradtraversy / React Admin Example

Example of React Admin framework with JSON-Server

Programming Languages

javascript
184084 projects - #8 most used programming language

React Admin Example

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].