Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created September 1, 2017 04:15
Show Gist options
  • Save robertcoopercode/07e4af8878b39243472ff47c0c4ffe9d to your computer and use it in GitHub Desktop.
Save robertcoopercode/07e4af8878b39243472ff47c0c4ffe9d to your computer and use it in GitHub Desktop.
app.listen(8080, () => {
console.log("The application is running on localhost:8080!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment