# color-sparks
A fun little experiment with HTML canvas and CoffeeScript

## view the online version

It's at http://berniesumption.github.io/color-sparks/

## building and running

Make sure you have Node.js installed, then

```bash
cd color-sparks
npm install
brunch watch --server
> info: application started on http://localhost:3333/
```

Now browse to http://localhost:3333/
