This is my implementation of Stephen Grider's course on Redux.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/andregodoy0/ReduxSimpleStarter.git
> cd ReduxSimpleStarter
> npm install
> npm start