Zuletzt aktiv 1734730223

python one line web server

Änderung 810baed718bff9cfd16a705bc7faa58d8b78f607

pewee.md Orginalformat

One Liner Web Server Python3

For a Python 3 web server, from the directory containing your files, run:

python3 -m http.server 8000

Serves up the files in the directory you start it in.

Then open your browser and go to:

http://localhost:8000