Simple node server
Created by: karatheodory
I've moved all the stuff into the public
folder and have added a simple web server serving static contents of that folder.
The site should now be available by the following URL:
https://whispering-forest-5185.herokuapp.com/
It should also be possible to start it locally by typing npm start
at the repository root.