Startup a python webserver for development #python #dev-server
python3 -m http.server add a port python3 -m http.server 8080 link: https://docs.python.org/3/library/http.server.html