An open API service indexing awesome lists of open source software.

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

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

[![Test on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/marmelab/material-ui-react-admin/tree/main/) [![Test on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](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)