A quick and easy Node.js + Jade template project, using Twitter Bootstrap.
##Usage
- Clone repository.
- Open a command prompt, navigate to the folder, and enter: npm install
- Next, run the app by entering: node app
- Browse to http://localhost:3000
##Contents:
layout.jade header.jade footer.jade index.jade
##Editing Pages:
Edit views/index.jade to add your content. The default contents include:
extends layout
block content
div.container
h1 Program Name
p Hello World