Created
February 18, 2019 01:40
-
-
Save blakesanie/3df6c3fc148dd3cf0e520cb90fd7346d 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 express = require("express"); | |
| var app = express(); | |
| app.use(express.static("spotifyMosaic")); //directory of website files | |
| app.listen(8888); | |
| console.log("Listening on port 8888"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment