Boilerplate for a simple React counter application using:
- webpack for building
- babel for transpiling
- babel-plugin-react-transform for hotloading
- redux for state management
- redux-devtools for action logging and time travelly goodness
git clone https://github.com/cameronfletcher92/redux-boilerplate.git
cd redux-boilerplate
npm install
npm run clean - cleans the build directory
npm run build - builds a production ready index.html and bundle.js
npm run start - run the server in production mode (serves the files built from 'npm run build')
npm run dev - run the server in development mode with hotloading and injected redux devtools