Created
February 2, 2019 15:25
-
-
Save nazieb/c0b341952844587e862b47631fa9cade to your computer and use it in GitHub Desktop.
This file contains 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
const app = require("./app"); | |
app.listen(process.env.PORT, () => { | |
console.log("App is running..."); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment