# brunch **Repository Path**: mirrors_leecade/brunch ## Basic Information - **Project Name**: brunch - **Description**: HTML5 applications made easy. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).