Last active
May 28, 2019 05:52
-
-
Save KimGenius/19cc93827f2973fc94224b3d7767fd4a 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
const express = require('express') | |
const app = express() | |
app.listen(8080, () => { | |
console.log('Server is running on port : 8080') | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment