This repository is the source code for the blog post "Getting started with Redux" (08/2015).
You can follow along the tutorial or download this code and play with the demo.
npm install
DEBUG=true npm start
open http://localhost:3000
If you are on windows, run set DEBUG=true && npm start
instead.
- React
- Webpack
- webpack-dev-server
- babel-loader
- react-hot-loader