Execute the following in the directory you want to root python -m SimpleHTTPServer 8000
python -m SimpleHTTPServer 8000
Access the following in your browser http://localhost:8000 http://0.0.0.0:8000
http://localhost:8000
http://0.0.0.0:8000
Recommended Posts