This is a small project to learn how React and Redux works together. This is far from being completed and usable.
Install all dependencies.
$ npm install
Builds the application and starts a webserver with livereload/browsersync.
$ gulp
Builds a minified version of the application in the dist folder.
$ gulp build
###Requirements
- node
- npm
- gulp