slush-node-react-iso

My slush generator for NodeJS + ReactJS + Flux with Isomorphic JavaScript support

Usage no npm install needed!

<script type="module">
  import slushNodeReactIso from 'https://cdn.skypack.dev/slush-node-react-iso';
</script>

README

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..