Skip to content

Instantly share code, notes, and snippets.

@jimdel
Created February 1, 2018 04:19
Show Gist options
  • Save jimdel/48d0a56089337c7c1dc3a7962e7551f3 to your computer and use it in GitHub Desktop.
Save jimdel/48d0a56089337c7c1dc3a7962e7551f3 to your computer and use it in GitHub Desktop.
const PORT = 8080;
app.listen(PORT, () => {
console.log(`Now listening on Port: ${PORT}...`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment