Skip to content

Instantly share code, notes, and snippets.

@ElishaKay
Created December 28, 2016 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElishaKay/45b827d2fe84fe6e2425871c8bcf6a36 to your computer and use it in GitHub Desktop.
Save ElishaKay/45b827d2fe84fe6e2425871c8bcf6a36 to your computer and use it in GitHub Desktop.
var app = express();
app.use(express.static('public'));
// For development, uncomment this line
app.listen(8000);
// app.listen(process.env.PORT || '4000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment