A server that helps people test out websites locally Project serves as a base for quickly copying a websites. Often websites need a server to get around cors. Downloading all of the information and adding to a /public folder. Good to go! Install instructions: clone project; cd project; rm -rf public/*; cp ../yourWebsiteFolder/* public/; npm install; node app.js;