webserver
This is a collection of simple web server tools which can serve up a local directory for development.
Python
$ python3 -m http.server 8000
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
Golang
Caddy provides a simple web server. Serving files in the local directory on port 80.
$ caddy file-server