Skip to content

ErikEvenson/study-node-heroku

Repository files navigation

study-node-heroku

A barebones Node.js app using Express 4 used to develop gulp heroku deployment tasks. See the technology_stack.md document to find out what versions of software are known to be compatible.

Running Locally

Make sure you have Node.js, bower, karma-cli, and the Heroku Toolbelt installed. A working vagrant devbox that supports this app is avaiable at https://github.com/ErikEvenson/devbox.

$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ bower install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published