Serving Files with Python's SimpleHTTPServer Module
- 1 minServing Files with Python’s SimpleHTTPServer Module
based on: https://stackabuse.com/serving-files-with-pythons-simplehttpserver-module/
python3 -m http.server 8000
based on: https://stackabuse.com/serving-files-with-pythons-simplehttpserver-module/
python3 -m http.server 8000