Skip to content
forked from effkay/brunch

brunch is a lightweight client side framework on top of backbone, eco, stylus and coffee-script.

License

Notifications You must be signed in to change notification settings

MSNexploder/brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brunch is lightweight client side framework on top of backbone, eco and stylus using coffee-script

How to Install

you can get brunch using the node package manager (npm 1.0+)

npm install brunch -g

Getting Started

Create a new project by

brunch new

Then you can start the file watcher. It will compile your .coffee, .styl and .eco files on the fly after every change so you don't have to do it manually.

brunch watch

Open brunch/index.html and see you first running brunch application

Documentation

for more information ckeck out brunchwithcoffee.com

Standing on the Shoulders of Giants

Instead of reinventing the wheel, brunch assembles awesome wheels.

Development

Install dependencies to node_modules directory

cake setup

Install brunch in your local npm repository

cake install

Watch coffeescript files and continously compile them via

cake watch

and run test suite via

cake test

Contact

Feel free to contact us at Freenode #brunch in the IRC client of your choice.

Future plans

  • add phonegap support

About

brunch is a lightweight client side framework on top of backbone, eco, stylus and coffee-script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • CoffeeScript 27.7%