Skip to content

Instantly share code, notes, and snippets.

@gameboxed
gameboxed / gist:3353574
Created August 14, 2012 22:31
Requirements for the Eurucamp workshop on "Single Page Applications with CoffeeScript"
Requirements for the Eurucamp workshop on "Single Page Applications with CoffeeScript"
Andrzej Krzywda
Required tools and repos
1. install node.js (http://nodejs.org/#download)
2. npm install -g coffee-script
3. npm install -g coffee-toaster
4. git clone git@github.com:gameboxed/todomvc.git (it may change before the workshop, so please, git pull it later again, thanks!)