/react-backbone

React + Backbone + Grunt + Bower + Sass + CoffeeScript + Foundation 5

Primary LanguageJavaScript

#About React and Backbone.js seed application. The structure was mostly created using the Yeoman Backbone Generator and by adding some other features manually, such as Zurb Foundation 5.

##Install

  1. $ git clone https://github.com/jnwelzel/react-backbone.git
  2. $ bower install
  3. $ npm install
  4. $ grunt serve

##Grunt tasks $ grunt jsx a specific Grunt task for compiling React jsx files to plain old JavaScript. The compiled files will be copied to the application scripts folder and will be automatically refreshed if the live watch server is running (grunt serve).