Welcome to Node Boilerplate. Node Boilerplate (NBP) is a quick and easy way to get started working with node -- think HTML5 Boilerplate but for a node express application. Get a server running with these simple commands:
npm install -g nodeboilerplate
mkdir mysite && cd mysite
nodeboilerplate
npm install
node app.js
The main goal behind NBP was to provide common configuration and tools without all the clutter found in other boilerplate applications. Read more about the project on GitHub.