Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abernier/brunch

HTML5 applications made easy.
https://github.com/abernier/brunch

Last synced: 3 months ago
JSON representation

HTML5 applications made easy.

Awesome Lists containing this project

README

        

# Brunch
HTML5 applications made easy.

## Getting started
You'll need [node.js](http://nodejs.org/) 0.6.10+. Type:

npm install -g brunch

You're done!

To create a new project, execute `brunch new `.

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`.

## Contributing ![build status](https://secure.travis-ci.org/brunch/brunch.png?branch=master)
Install dependencies to `node_modules` directory

npm install

and run test suite via

npm test

## Contact
- Website: [brunch.io](http://brunch.io).
- Project twitter: [@brunch](http://twitter.com/brunch)

## License
Brunch is released under the MIT License (see LICENSE for details).