Skip to content

Instantly share code, notes, and snippets.

@Sysetup
Created October 2, 2016 19:59
Show Gist options
  • Save Sysetup/0d55330ca5a293398e5f55b60980c4d4 to your computer and use it in GitHub Desktop.
Save Sysetup/0d55330ca5a293398e5f55b60980c4d4 to your computer and use it in GitHub Desktop.
Render HTML files with ExpressJS
app.get('/',function(req,res){
res.sendFile('index.html');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment