###Background
Read more here: http://www.darrinhenein.com/rapid-prototyping-part-one/
###Requirements
- node
- Sketch.app
- sketch-tool command line plugin
###Installation
- Install sketch-tool.
$ curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh
- Clone the repo to your working directory.
- Run
npm install
from the working directory.
###Usage
- Run
gulp
- Work on and save either
app.coffee
orassets.sketch
in thesrc
folder.