Skip to content

xontab/minimalistic-react-redux-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.6%