8000 GitHub - hanyuei/react-material-admin: A simple responsive admin template using react and material-ui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hanyuei/react-material-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0