https://github.com/marmelab/material-ui-react-admin
An example project using material-ui inside react-admin
https://github.com/marmelab/material-ui-react-admin
material-ui react-admin
Last synced: 11 months ago
JSON representation
An example project using material-ui inside react-admin
- Host: GitHub
- URL: https://github.com/marmelab/material-ui-react-admin
- Owner: marmelab
- Created: 2023-11-24T08:58:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:06:55.000Z (about 2 years ago)
- Last Synced: 2024-04-13T02:08:37.284Z (almost 2 years ago)
- Topics: material-ui, react-admin
- Language: TypeScript
- Homepage: https://marmelab.com/material-ui-react-admin/#/posts
- Size: 538 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Material UI - React-admin Example
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.
## How to use
[](https://stackblitz.com/github/marmelab/material-ui-react-admin/tree/main/) [](https://codesandbox.io/s/github/marmelab/material-ui-react-admin/tree/main/)
Test it online: [https://marmelab.com/material-ui-react-admin/](https://marmelab.com/material-ui-react-admin/)
or clone the repo:
```bash
git clone --depth 1 git@github.com:marmelab/material-ui-react-admin.git
cd material-ui-react-admin
```
Install it and run:
```bash
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](https://marmelab.com/react-admin/Features.html)
- Bootstrap your own admin with [Create React Admin](https://marmelab.com/react-admin/CreateReactAdmin.html)