Skip to content

Instantly share code, notes, and snippets.

@otoloye
Created July 7, 2019 05:09
Show Gist options
  • Save otoloye/a8a6e1d20ca205a26f074efd090471f1 to your computer and use it in GitHub Desktop.
Save otoloye/a8a6e1d20ca205a26f074efd090471f1 to your computer and use it in GitHub Desktop.
import app from './app';
const port = process.env.PORT || 3000;
app.listen(port, () => {
console.log(`App running on ${port}`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment