Skip to content

Instantly share code, notes, and snippets.

@piyushgarg-dev
Last active May 9, 2021 06:56
Show Gist options
  • Save piyushgarg-dev/4e47b0b703b304bb3c67553588fd2f3f to your computer and use it in GitHub Desktop.
Save piyushgarg-dev/4e47b0b703b304bb3c67553588fd2f3f to your computer and use it in GitHub Desktop.
const express = require('express');
const app = express();
const PORT = 8000;
app.listen(PORT, () => console.log(`Express server started at PORT:${PORT}`));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment