Created
April 16, 2018 14:22
-
-
Save yusufunlu/c62aae14a8d9323d069d42824e162de9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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