Minimalistic React + Redux Boilerplate

Table of Contents

List of Packages included

  • Webpack
  • Babel
  • ES2015
  • ESLint
  • React
  • Redux
  • Routing
  • Immutable.JS
  • Node Sass

Installation

Use the following commands to install this boilerplate.

$ npm install -g eslint eslint-plugin-jsx-a11y@^2.2.3 eslint-plugin-import eslint-plugin-react eslint-config-airbnb
$ npm install

Run

Use the command below to run the boilerplate in development mode.

$ npm start

Packaging

Use the following command to create a production ready build in the dist folder.

$ npm run build

Credits

React: http://facebook.github.io/react/

Babel: http://babeljs.io/

Webpack: https://webpack.github.io/docs/