React & Redux Starter
This React & Redux starter uses:
First, you will need Node.js and a text editor of your choice (atom, VSCode, or Sublime Text 3).
Getting Started
To start, install all the packages/libraries we require:
> npm install
> npm run dev
This boilerplate supports both CSS and SASS files. It's your choice.
For ESLint, we are using airbnb config.
For Production:
> npm run build