A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
You'll need node.js 0.6. Type:
npm install -g brunch
You're done!
To create a new project, execute brunch new <project name>
.
To build it, execute brunch build
in project directory.
To continuously rebuild the project on every change, run brunch watch
.
To run a simple http server, execute brunch watch --server
.
Install dependencies to node_modules
directory
npm install
and run test suite via
npm test
Brunch is released under the MIT License (see LICENSE for details).