One liner, static web-server

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

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.