ReactでMaterialなダッシュボードのベースアプリとなるboilerplateです。
- ReactJS
- MaterialUI
- karma
- webpack
これを起点にSPAを作るのに適しています。
Lambda-CDM/react-material-dashboard
github のReadmeそのままですので、あしからず
インストール
$ git clone https://github.com/lambda-cdm/react-material-dashboard.git
$ cd react-material-dashboard
$ npm install
起動(Devモード)
$ npm start
本番ビルド
$ npm run dist
Karmaテスト
$ npm test