From de39abfa0c60b561852a526e8fc1b4b20359d654 Mon Sep 17 00:00:00 2001 From: Lior Hakim Date: Thu, 4 Oct 2012 12:20:36 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89afd81..4d05324 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ This is my base setup to build node/heroku apps git clone git://github.com/0i0/BaseNode.git APPNAME cd APPNAME npm install + +## Running Localy + node app.js +Visit [http://localhost:8000](http://localhost:8000) ## Creating Heroku App