var path = require('path')
var express = require('express')
var app = express()
app.use(express.static(path.join(__dirname, '../client')))
Last active
March 1, 2018 04:20
-
-
Save jasenmichael/6a0b7d03d38f67c772f1e15a073e0645 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment