Skip to content

Instantly share code, notes, and snippets.

@BarryCarlyon
Created November 23, 2021 15:35
Show Gist options
  • Save BarryCarlyon/db3313426e9299650b106bc2594e6b12 to your computer and use it in GitHub Desktop.
Save BarryCarlyon/db3313426e9299650b106bc2594e6b12 to your computer and use it in GitHub Desktop.
Rig Run FrontEnd
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