Fullstack mini stackathon
https://docs.google.com/document/d/1ev-y_9pOmx4faScFDqtU4NCWDQWhiGIEJzkvwbBAlqY/edit?usp=sharing
First use npm to install http-server globally: npm install -g http-server
Then run http-server from this directory. It'll automatically notice the index.html file in the /public folder and serve static files from there.