/react-reflux-starter

react-reflux-starter template

Primary LanguageJavaScriptISC LicenseISC

react-reflux-starter

Starter template with:

  • ReactJS
  • Reflux
  • jQuery
  • Lodash
  • Babelify (react, es2015, stage-1)
  • Browserify
  • Gulp (dev+production build options)

Installation

  • checkout from repo
  • npm install

Build

  • Development: gulp all
  • Production: gulp all --production
  • generates two js files: -- common.js - all dependecies (minified when run for production) -- app.js - application code from app/**/*.jsx files