What's this?

It's a basic template to run a Flask server that serves 'index.html'.

How to set up it?

Very simple! Just install Flask and ask python to run the 'server.py', like this:

$ pip3 install flask && python3 server.py