For deployment on heroku:
meteor create --example todos cd todos git init . git add . git commit -a -m "First commit"
heroku git remote -a heroku config:set BUILDPACK_URL=https://github.com/AdmitHub/meteor-buildpack-horse.git heroku config:set ROOT_URL=http://.herokuapp.com heroku addons:add mongolab git push heroku master