vstukanov / backbone-package-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Template for package style Backbone.js applications

Build Status

Requirements

  • install ruby
  • gem install sass

Installation

I recommend use brunch for creating new project. Also it allows use Backbone Package generators

  • npm -g install brunch

  • brunch new your_project_folder github://artyomtrityak/backbone-package-template

  • open http://localhost:8080

Command line

  • npm install for install deps

  • npm start for running grunt server: coffee, scss processing, static files serving and testacular tests

  • npm test for running tests once

  • node_modules/.bin/brunch generate package your_package_name for generating package and tests for it

#TODO:

  • documentation

  • examples

  • remove brunch and use single libs

About