Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 516 Bytes

Base Node on Heroku

This is my base setup to build node/heroku apps

Requirments

Getting Started

git clone git://github.com/0i0/BaseNode.git APPNAME
cd APPNAME
npm install

Running Localy

node app.js

Visit http://localhost:8000

Creating Heroku App

heroku app:create APPNAME

Deploy

git push heroku master