HTML5 applications made easy.
Fast front-end web app build tool with simple declarative config, seamless incremental compilation for rapid development, an opinionated pipeline and workflow, and core support for source maps
-
Install the latest stable version:
npm install -g brunch
(usesudo
if necessary).To install edge version (from GitHub
master
branch):npm install -g brunch/brunch
ornpm install -g https://github.com/brunch/brunch/tarball/master
-
Create your project:
brunch new
-
Continuously build it for development:
brunch watch [-s]
-
Prepare it for production:
brunch build -p
- See Brunch documentation
- Check out the Getting started guide
- Follow us on Twitter: @brunch
- Ask questions on forum (or stack overflow): http://ost.io/@brunch/brunch
- Visit our site: brunch.io
Brunch is released under the MIT License