react-redux-material_ui-boilerplate

A boilerplate for React + Redux + Material UI + ES6 syntax application

  • 所有者: takanabe/react-redux-material_ui-boilerplate
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

react-redux-material_ui-boilerplate

A boilerplate for React + Redux + Material UI + ES6 syntax applications. This boilerplate includes the following tools and frameworks:

Usage

Preparation

$ git clone https://github.com/takanabe/react-redux-material_ui-boilerplate.git
$ mv react-redux-material_ui-boilerplate [YOUR_APPNAME]
$ cd [YOUR_APPNAME]
$ rm -rf .git
$ git init
$ git add -A
$ git commit -m "Initial commit with boilerplate"

Package installation

$ npm install

Use development server

For development server, webpack-dev-server is reasonable. It monitors update files and rebuild them automatically. Since the webpack cli command is registerd in package.json in this project, just type the following command to run webpack-dev-server:

$ npm start

Be careful! The webpack-dev-server rebuilds files in src automatically but the bundled files are just placed on its memory. Build manually by allowing next section (Build assets), if you want need the bundled files.

Build assets

To put compiled files into static directory, type the following command.

$ npm run build

主要指標

概覽
名稱與所有者takanabe/react-redux-material_ui-boilerplate
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證
所有者活动
創建於2015-10-16 06:06:51
推送於2017-02-28 12:48:45
最后一次提交2017-02-10 23:40:34
發布數0
用户参与
星數326
關注者數13
派生數98
提交數31
已啟用問題?
問題數7
打開的問題數2
拉請求數13
打開的拉請求數1
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?