Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abernier/brunch
- Owner: abernier
- License: other
- Fork: true (brunch/brunch)
- Created: 2012-06-12T21:16:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T21:49:32.000Z (over 12 years ago)
- Last Synced: 2023-03-12T02:39:37.653Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage: brunch.io
- Size: 1.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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` directorynpm 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).