Skip to content

Instantly share code, notes, and snippets.

@nazieb
Created February 2, 2019 15:25
Show Gist options
  • Save nazieb/c0b341952844587e862b47631fa9cade to your computer and use it in GitHub Desktop.
Save nazieb/c0b341952844587e862b47631fa9cade to your computer and use it in GitHub Desktop.
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