This is a quick example for React + Redux. You can use it to play around.
- Babel: ES6 + Stage 0 ES7
- LiveReload: Webpack + Hot Module Replacement
- Redux DevTools
- Sensible ESLint defaults
npm i
npm run start
- Then, open http://localhost:3001
- This example is simpler: https://github.com/jackielii/simplest-redux-example/tree/webpack
This is an extremely gutted version of https://github.com/erikras/react-redux-universal-hot-example