Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 531 Bytes

react-isomorphic-seed

React Isomorphic Seed

A seed project for creating Isomorphic apps with React and Flux architecture

Read full article here

How to run

  1. Install Gulp - npm install -g gulp
  2. npm install to install dependencies.
  3. Run gulp bundle and gulp watch.
  4. Run gulp nodemon to start the server at port 8080.