Created
September 1, 2017 04:15
-
-
Save robertcoopercode/07e4af8878b39243472ff47c0c4ffe9d 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
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