willurd on web-servers.md show quite a few one-liner (or mostly) commands that will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. I think I will use only the Python 3.x version which is as simple as
python -m http.server 8000