- Node (0.11.x + npm http://nodejs.org/)
- MySql (up and running)
git clone [email protected]:cabhishek/ironman-site.git && ironman-site
npm install && npm run up
- visit http://localhost:3000
- Install Heroku toolbelt https://toolbelt.heroku.com/
make deploy
- NodeJS (Make sure to have 0.11.x version)
- Backbone.js (JS structuring)
- Browserify/Make (Node style module loading/compress/uglify/reload)
- Koajs (Web framework)
- MySql (Persistance storage)
- Heroku (Hosting)