This is my personal boilerplate for React. It includes Redux and Express.js as well. If you're interested, fell free to clone and use it
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/dotai2012/react-boilerplate.git
> cd reactreduxboilerplate
> npm install
> npm run dev