I usually start http.server
by typing
python3 -m http.server port
and I can access the server by going to localhost:port
My goal is to access the srver by simply typing localhost
.
There is always port... the default is 80, so just run it on 80 and you'll reach it by just localhost.