Skip to content

Instantly share code, notes, and snippets.

@a9kit
Created January 27, 2019 18:37
Embed
What would you like to do?
const express = require('express')
const app = express()app.use(express.static('./build'));app.listen(process.config.PORT, function () {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment