Skip to content

Instantly share code, notes, and snippets.

@markodayan
Created June 29, 2020 11:52
Show Gist options
  • Save markodayan/5b47eca62a433cfe90c873367aff1a0a to your computer and use it in GitHub Desktop.
Save markodayan/5b47eca62a433cfe90c873367aff1a0a to your computer and use it in GitHub Desktop.
Serve Front end App (Client) from Node.js Backend
// set static folder pointing to built client app
app.use(express.static('client/build'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment