Skip to content

Instantly share code, notes, and snippets.

@OutThisLife
Last active July 20, 2017 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OutThisLife/9d12c717783f9e957fb20a4bd4094920 to your computer and use it in GitHub Desktop.
Save OutThisLife/9d12c717783f9e957fb20a4bd4094920 to your computer and use it in GitHub Desktop.
import express from 'express'
const
port = process.env.PORT || 3000,
app = express()
// -----------------------------------------------
app.listen(port, () => console.log('Listening on port', port))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment