Sample CRUD application with NodeJS, KoaJS, MongoDB, Twitter Bootstrap 3.
Make sure node is 0.11.* or higher
Make sure MongoDB is running
Start app
gulpor by running
npm startor
node --harmony app.jsLogin to Heroku from Terminal
heroku loginthen push files to Heroku
git commit -am "Sample comment"
git push heroku master
heroku open