This is a Flux application boilerplate that I created when I was playing around with this nice example app and experimenting on Gulp & React.js. Basically it profits from Browserify & SASS and also allows to write ES6 via Babel.
Install Yeoman and Flux-React generator:
npm install -g yo
npm install -g generator-flux-react-app
Initialize the generator:
# if possible: nvm use 0.10
yo flux-react-app
- Run Build:
gulp build
(dist
for production,watch
for continuous development) - Install httpster:
npm install --g httpster
- Navigate to /build and run:
npm httpster
- http://localhost:3333/
MIT http://tameraydin.mit-license.org/
- Include testing framework (Jest)
-
Add JSCS Gulp task - Add Gulp task for Image Optimization
- Add Gulp task for CSS sprite automation