A Reactjs, Flux(alt.js) and webpack starter kick. A great simple app that shows the starting point of creating a application or component in React. This starter shows the basic use of react components, bundling a react application into a amd module, using flux for updating data and making REST calls to the server and rendering marionette views with a react component.
You must be running on Node 4.0 or higher you can install/update to the latest stable version of node using n.
npm install
sudo npm i grunt-cli -g
Grunt dev will run check styles on both jscs and elint, start a mini express server for serving up mock data and then run webpack-dev-server.
grunt dev