Skip to content

Instantly share code, notes, and snippets.

@jlozovei
Created May 13, 2018 02:35
Show Gist options
  • Save jlozovei/64d5e6c67ed5f24bd271a9da0986b6ef to your computer and use it in GitHub Desktop.
Save jlozovei/64d5e6c67ed5f24bd271a9da0986b6ef to your computer and use it in GitHub Desktop.
nodemon server listener - /bin/www
'use strict'
const app = require('../app')
app.listen(app.get('port'), () => {
console.log(`Server up and running at ${app.get('port')}`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment