/backbone-flux-react

A template stitched together from various others.

Primary LanguageJavaScript

FLUX React JS Boilerplate

Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the flux-react extension to React JS, flux-react.

Read more about FLUX over at Facebook Flux and I wrote a post about it too: My experiences building a FLUX application and React JS and FLUX

Development

  • Run npm install
  • Run gulp
  • Start a webservice in the build folder, f.ex. python -m SimpleHTTPServer
  • Go to localhost:8000 to display the app

Minify the code, ready for production

  • Run gulp deploy

TODO

  • Routing
  • Remote API examples
  • Testing template
  • SASS/autoprefix pipeline