Skip to content

Instantly share code, notes, and snippets.

@soonsam123
Created December 6, 2020 17:11
Show Gist options
  • Save soonsam123/d5f76f3fd947c962f00a3331c0a1b53a to your computer and use it in GitHub Desktop.
Save soonsam123/d5f76f3fd947c962f00a3331c0a1b53a to your computer and use it in GitHub Desktop.
const express = require("express");
const app = express();
app.listen(8000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment