Skip to content
forked from brunch/brunch

A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.

License

Notifications You must be signed in to change notification settings

chaonextdoor/brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch

A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.

Getting started

You'll need node.js 0.6.10+. 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.

Contributing build status

Install dependencies to node_modules directory

npm install

and run test suite via

npm test

Contact

License

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

About

A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published