Skip to content

Instantly share code, notes, and snippets.

@KimGenius
Last active May 28, 2019 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KimGenius/19cc93827f2973fc94224b3d7767fd4a to your computer and use it in GitHub Desktop.
Save KimGenius/19cc93827f2973fc94224b3d7767fd4a to your computer and use it in GitHub Desktop.
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