This is a JS skeleton with Chip for Brunch.
Clone this repo manually or use brunch new myAppDir -s https://github.com/chip-js/chip-brunch
- Install (if you don't have them):
- Run:
npm start
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.npm run build
— builds a minified project for production
- Test:
npm test
- runs mocha tests, files starting with "test" contained within your test folder. These are run in a headless phantomjs browser.
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code in theapp/
dir.- Place static files into
app/assets/
and they will be copied topublic/
. - Brunch site, Getting started guide