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