Created
November 23, 2021 15:35
-
-
Save BarryCarlyon/db3313426e9299650b106bc2594e6b12 to your computer and use it in GitHub Desktop.
Rig Run FrontEnd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require('express'); | |
const app = express(); | |
app.listen(8080, function () { | |
console.log('booted express on', 8080); | |
}); | |
app.use('/', Rigs); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment