Last Updated: March 29, 2021
·
300
· fceccon

Simple HTTP Server

To create an http server with the current directory as root use

python -m SimpleHTTPServer

Then open your browser at http://localhost:8000