Table of Contents
- Webpack
- Babel
- ES2015
- ESLint
- React
- Redux
- Routing
- Immutable.JS
- Node Sass
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
Use the command below to run the boilerplate in development mode.
$ npm start
Use the following command to create a production ready build in the dist
folder.
$ npm run build
React: http://facebook.github.io/react/
Babel: http://babeljs.io/
Webpack: https://webpack.github.io/docs/