React Material Admin

React Material-UI Admin Template

React-Material-Admin

CircleCI

This is a simple responsive admin template using React and Material-UI components.

using create-react-app react-scripts to start.

This is the very first version, feel free to use for any app. Contributions are always welcome!

Demo

You can find a demo here.

Installation / Running

for dev

git clone <repository-url>

# change into the new directory
npm install

npm start # will run the app

# Visit the app at http://localhost:3000

for test

npm run test

for Production

npm run build

cd build

# start a static server serving ./build dir, eg node serve/http-server or serve in express using express.static
serve -s build

Docs

Others

Thanks to rafaelhz's template. This repo first use the latest react (16.x) & material-ui (3.x) version and create-react-app to rewrite the admin template.

License

MIT

New
(32)
• Released: Jun 05, 2020, 03:29 PM

React Material Admin

Author: dashutadie
Item was Featured Author was Featured
FREE
A simple responsive admin template using react and material-ui size
git clone https://github.com/dashutadie/react-material-admin.git