Skip to content

micrum/react-material-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

535efe6 · Jan 6, 2018

History

36 Commits
Mar 3, 2016
May 22, 2016
May 22, 2016
Mar 3, 2016
Mar 3, 2016
Mar 3, 2016
Mar 3, 2016
Mar 3, 2016
Mar 3, 2016
May 12, 2016
Jan 6, 2018
Mar 3, 2016
May 22, 2016
Mar 3, 2016
Mar 3, 2016

Repository files navigation

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.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.

UI components built with Material-UI.