About Local Web Server for Your Static Website

To run a local web server from the current directory and serve static HTML files under http://0.0.0.0:8000, use the following commands.

1
$ python3 -m http.server

Tips and Tricks Dev Ops Development Python 3