Python 3 can nativly serve files out of the current directory over HTTP.
The default $PORT
is 8080.
Some useful http.server
flags:
--bind ADDRESS
,-b ADDRESS
Specify alternate bind address [default: all interfaces]
--directory DIRECTORY
,-d DIRECTORY
Specify alternative directory [default: current directory]