0.5.1 • Published 9 years ago
react-material-dashboard v0.5.1
React Material Dashboard
Material Design admin dashboard powered with React
Check out DEMO
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.gitInstall dependencies:
$ cd react-material-dashboard
$ npm installNpm scripts
Start for development:
$ npm startStart the dev-server with the dist version:
$ npm run serve:distJust build the dist version and copy static files:
$ npm run distRun unit tests:
$npm testProject structure and credits
Project structure based on yeoman generator.
UI components built with Material-UI.