A really simple node website starter pack. Just serves static files from
/public, and pulls in bootstrap from a CDN.
Install the latest stable version of node. You can do so here, but I would recommend following this guide.
Once you have node installed, open a terminal and go into the directory that you have cloned this project too. Then run:
# Installs dependencies
npm install
# Runs the server
npm startAnd the server will start running on port 8080. Go to localhost:8080 in your
browser and you should see the site.