Skip to content

Instantly share code, notes, and snippets.

@adamsimonini
Created December 28, 2022 19:53
Show Gist options
  • Save adamsimonini/adfa8c5a17d6b09ae0230ff934441975 to your computer and use it in GitHub Desktop.
Save adamsimonini/adfa8c5a17d6b09ae0230ff934441975 to your computer and use it in GitHub Desktop.
<!-- bbb -->
import Express from express;
const PORT = 3000;
const app = Express()
app.listen(()=> {
console.log(`Running server on port: ${PORT}`)
})
<!-- asd -->
@Mexmorize
Copy link

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment