rob-mcgrail / backbone-flux-react

A template stitched together from various others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A template stitched together from various others.


Languages

Language:JavaScript 97.7%Language:HTML 2.0%Language:CSS 0.3%