LoginSignup
5
8

More than 5 years have passed since last update.

ReactでMaterialでwebpackなボイラープレート

Last updated at Posted at 2016-10-12

ReactでMaterialなダッシュボードのベースアプリとなるboilerplateです。

qiita_rancher_20.PNG

  • 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

あわせて読みたい

webpack+React+material-uiの環境を最小手順で作成

5
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
8