react-redux-material_ui-boilerplate

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

  • Owner: takanabe/react-redux-material_ui-boilerplate
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownertakanabe/react-redux-material_ui-boilerplate
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:
所有者活动
Created At2015-10-16 06:06:51
Pushed At2017-02-28 12:48:45
Last Commit At2017-02-10 23:40:34
Release Count0
用户参与
Stargazers Count326
Watchers Count13
Fork Count98
Commits Count31
Has Issues Enabled
Issues Count7
Issue Open Count2
Pull Requests Count13
Pull Requests Open Count1
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private