0.0.2 • Published 9 years ago

slush-node-react-iso v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Slush generator for NodeJS + ReactJS + Flux with Isomorphic support

All written in ES6-7 with babel support

Contain the following major frameworks/components:

After clone/download this repo run:

  • npm install -g slush-node-react-iso
  • slush node-react-iso

After answer all questions, and install all NPM's run:

  • gulp init
  • gulp build-all
  • cd dist/server
  • node app.js

Than go to your browser and run:

http://\<your-selected-domain\>:\<your-selected-port\>
p.s. Your-selected-domain and your-selected-port is what your choise during the slush installation

Notes:

* The generator just built quick-and-dirty, need to improve more and will change serioucly from time to time (if i'll have time:), so consider it as 85% ready to use..