A seed project for creating Isomorphic apps with React and Flux architecture
- Install Gulp -
npm install -g gulp
npm install
to install dependencies.- In one console run
gulp
(this will run run a watchtask as well) - Run
gulp nodemon
to start the server at port 8080. - Install Livereload extension for chrome
- Activate it by clicking on it in the upper right corner of chrome and browse to 'http://localhost:8080'