Created
December 28, 2022 19:53
-
-
Save adamsimonini/adfa8c5a17d6b09ae0230ff934441975 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- bbb --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Express from express; | |
const PORT = 3000; | |
const app = Express() | |
app.listen(()=> { | |
console.log(`Running server on port: ${PORT}`) | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- asd --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice!