- Node v0.8.8
- Express v3.x
- CoffeeScript v1.3.3
- Jade v0.26.0
- Connect Assets v2.2.1
Via npm: (npm install
)
To build source files, build redis, and execute all servers (with automatic reloading on changes) just run:
cake go
To deploy to heroku (you will need a verified heroku account for redistogo):
heroku create
heroku addons:add redistogo:nano
git push heroku master
heroku open
- Jeremy Ashkenas for creating coffee-script
- TJ Holowaychuk for creating express
- express-coffee upon which this is based.