Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

koba04/backbone-boilerplate

Repository files navigation

My backbone boilerplate Build Status

  • coffeescript
  • backbone + marionette
  • browserify
  • underscore
  • jquery
  • handlebars
  • compass
  • connect (proxy)
  • easymock
  • livereload
  • mocha
  • power-assert
  • karma
  • sinon
  • notify (growl or notification center)

setup

% bunle install
% npm install -g grunt-cli
% npm install

start develop

% grunt
:
% open http://localhost:9000/

notify

when your os is Mac OSX10.7 (lion), you need install growlnotify from http://growl.info/downloads#generaldownloads

test

% npm run karma