Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.22 KB

Breakfast Burrito

Breakfast Burrito is my attempt at finding the best possible Backbone workflow.

At the moment it's just a fork of Elving Rodriguez's brunch with hipsters but we'll see where this leads.

Languages

Features

Getting started

brunch new <appname> --skeleton git@github.com:jongd/breakfast-burrito.git
brunch w -s

or

$ git clone git@github.com:jongd/breakfast-burrito.git
$ npm install
$ brunch w -s

or

$ git clone git@github.com:jongd/breakfast-burrito.git && npm install && brunch w -s