Python command to set up a webserver on the port you specify.
Command Reference:
Port: 80 -b: 127.0.0.1 you can bind a specific interface to host the webserver on
python3 -m http.server 80