https://github.com/micrum/react-material-dashboard
Material design admin dashboard powered with React
https://github.com/micrum/react-material-dashboard
material material-ui react
Last synced: about 1 year ago
JSON representation
Material design admin dashboard powered with React
- Host: GitHub
- URL: https://github.com/micrum/react-material-dashboard
- Owner: micrum
- License: mit
- Created: 2016-03-03T20:49:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T21:53:07.000Z (over 8 years ago)
- Last Synced: 2024-04-25T09:02:19.250Z (about 2 years ago)
- Topics: material, material-ui, react
- Language: JavaScript
- Homepage: http://micrum.github.io/react-material-dashboard
- Size: 2.09 MB
- Stars: 55
- Watchers: 9
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Material Dashboard
Material Design admin dashboard powered with React
Check out [DEMO](http://micrum.github.io/react-material-dashboard)
## Main features
* Powered with React
* Custom components
* Assets bundling with Webpack
* ES6 via Babel-Loader
* SCSS styles
* Transforming styles with Postcss
* Material-UI components
* Set of npm scripts
* Routing with react-router
## Getting started
Clone project:
$ git clone https://github.com/lambda-cdm/react-material-dashboard.git
Install dependencies:
$ cd react-material-dashboard
$ npm install
## Npm scripts
Start for development:
$ npm start
Start the dev-server with the dist version:
$ npm run serve:dist
Just build the dist version and copy static files:
$ npm run dist
Run unit tests:
$npm test
## Project structure and credits
Project structure based on yeoman [generator](https://github.com/newtriks/generator-react-webpack).
UI components built with [Material-UI](https://github.com/callemall/material-ui).