Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created September 20, 2022 03:42
Show Gist options
  • Select an option

  • Save Octagon-simon/09c3445171ce2909acf3b6825c46699a to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/09c3445171ce2909acf3b6825c46699a to your computer and use it in GitHub Desktop.
//listen on the port number
app.listen( port, () => {
console.log("App is live")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment