Skip to content

Instantly share code, notes, and snippets.

@blakesanie
Created February 18, 2019 01:40
Show Gist options
  • Select an option

  • Save blakesanie/3df6c3fc148dd3cf0e520cb90fd7346d to your computer and use it in GitHub Desktop.

Select an option

Save blakesanie/3df6c3fc148dd3cf0e520cb90fd7346d to your computer and use it in GitHub Desktop.
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