Skip to content
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 381 Bytes

#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 git@github.com:caseypt/nodeathon.git project_name
$ cd project_name 
$ rm -rf .git
$ git init
$ npm install