bradrice
10/9/2018 - 5:17 PM

Startup a python webserver for development

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