material-ui-react-admin
v1.0.0
Published
This example uses Material UI with [React-admin](https://marmelab.com/react-admin/), a frontend framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.
Downloads
2
Readme
Material UI - React-admin Example
This example uses Material UI with React-admin, a frontend framework for building data-driven applications running in the browser on top of REST/GraphQL APIs.
How to use
Test it online: https://marmelab.com/material-ui-react-admin/
or clone the repo:
git clone --depth 1 [email protected]:marmelab/material-ui-react-admin.git
cd material-ui-react-admin
Install it and run:
npm install
npm run dev
The Idea Behind This Example
This example is a simple blog admin with posts and comments, built on top of a fake REST API running in the browser. It's fully functional: you can list, create, edit and delete posts and comments.
It shows how react-admin builds up on Material UI to provide application building blocks: a datagrid, a form, a rich text editor, a theme switcher, etc.
What's Next?
- Explore the code of this example
- Discover the React-admin features
- Bootstrap your own admin with Create React Admin