#Nodeathon
A basic Node.js express app with Sass and EJS templates and setup for deployment to Heroku.
###Installation Assuming you already have Node installed:
$ git clone [email protected]:caseypt/nodeathon.git project_name
$ cd project_name
$ rm -rf .git
$ git init
$ npm install