Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active September 22, 2021 03:58
Show Gist options
  • Save SidneyAllen/6de28109a2b66306e49e01d40f390a44 to your computer and use it in GitHub Desktop.
Save SidneyAllen/6de28109a2b66306e49e01d40f390a44 to your computer and use it in GitHub Desktop.
av-bulk-13-start-server
// Start listening on port 3000
app.listen(port, () => {
console.log(`App running on port ${port}.`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment