In the terminal, enter the following command to host the website onto some port on your computer:
python3 -m http.server [YourServerPortNumber]Note
If you leave [YourServerPortNumber] as blank, then the website will be hosted at port 8000
In your browser, visit the following link:
localhost:[YourServerPortNumber]