Created
December 28, 2016 12:50
-
-
Save ElishaKay/45b827d2fe84fe6e2425871c8bcf6a36 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
var app = express(); | |
app.use(express.static('public')); | |
// For development, uncomment this line | |
app.listen(8000); | |
// app.listen(process.env.PORT || '4000'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment