Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active September 22, 2021 13:52
Show Gist options
  • Save SidneyAllen/755967f2f7be4643c51ea135e908874f to your computer and use it in GitHub Desktop.
Save SidneyAllen/755967f2f7be4643c51ea135e908874f to your computer and use it in GitHub Desktop.
av-bulk-10-setup-express
// Require the express and path modules
const express = require('express')
var path = require('path')
// Create the Express application
const app = express()
const port = 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment