Python – local http server

Install Python for windows

F:\>python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

then connect via a browser with URL http://localhost:8000

The current directory is served in the browser

Leave a Reply

Your email address will not be published. Required fields are marked *