Skip to content

Instantly share code, notes, and snippets.

@yusufunlu
Created April 16, 2018 14:22
Show Gist options
  • Save yusufunlu/c62aae14a8d9323d069d42824e162de9 to your computer and use it in GitHub Desktop.
Save yusufunlu/c62aae14a8d9323d069d42824e162de9 to your computer and use it in GitHub Desktop.
var app = require('./app');
var port = CONFIG.port;
var server = app.listen(port, function() {
console.log('Express server listening on port ' + port);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment