nestit / react-material-admin

A simple responsive admin template using react and material-ui

Home Page:https://dali110.github.io/react-material-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple responsive admin template using react and material-ui

https://dali110.github.io/react-material-admin


Languages

Language:JavaScript 95.7%Language:HTML 3.8%Language:CSS 0.5%