Skip to content

chip-js/chip-brunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch + Chip.js

This is a JS skeleton with Chip for Brunch.

Installation

Clone this repo manually or use brunch new myAppDir -s https://github.com/chip-js/chip-brunch

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Brunch plugins and app dependencies: npm install
  • 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 the app/ dir.
    • Place static files into app/assets/ and they will be copied to public/.
    • Brunch site, Getting started guide

About

A brunch skeleton for a chip project

Resources

Stars

Watchers

Forks

Packages

No packages published