Skip to content

Instantly share code, notes, and snippets.

@distransient
Created November 19, 2013 00:19
Show Gist options
  • Save distransient/7537827 to your computer and use it in GitHub Desktop.
Save distransient/7537827 to your computer and use it in GitHub Desktop.
var erlog = require('erlog')
, express = require('express')
, config = require('./lib/web/config')
, routes = require('./lib/web/routes')
, jade = require('jade')
, app = express()
, server = app.listen(process.env.PORT || 3000, function(){
erlog('Listening on port 3000.')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment