Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created September 20, 2022 03:38
Show Gist options
  • Select an option

  • Save Octagon-simon/b23caac5f7b67ce10940c97ef3bb2b45 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/b23caac5f7b67ce10940c97ef3bb2b45 to your computer and use it in GitHub Desktop.
//import express
const express = require('express')
//import ejs
const ejs = require('ejs')
//load express
const app = express()
//set port number
const port = 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment