A seed project for creating Isomorphic apps with React and Flux architecture
Read full article here
- Install Gulp -
npm install -g gulp
npm install
to install dependencies.- Run
gulp bundle
andgulp watch
. - Run
gulp nodemon
to start the server at port 8080.