This is a small sample app for setting up react, redux, webpack and dev-tools.
Make sure you have Node.js installed.
# Check version.
$ node -v
If version is lower than v5.3, please upgrade. You can grab the latest stable version from here
or install through your favorite package manager.
# Install grunt globally.
$ npm install -g grunt-cli
# Install webpack globally.
$ npm install -g webpack webpack-dev-server
# Install packages
$ npm install
# Run initial setup.
$ grunt
# Start webpack-dev-server
$ npm start