Material Design admin dashboard powered with React
Check out DEMO
- 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
Clone project:
$ git clone https://github.com/lambda-cdm/react-material-dashboard.git
Install dependencies:
$ cd react-material-dashboard
$ npm install
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 based on yeoman generator.
UI components built with Material-UI.