jnwelzel / react-backbone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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).

About

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


Languages

Language:JavaScript 96.5%Language:CoffeeScript 2.2%Language:CSS 1.3%