To serve static content from local files.
Similar to python's [http.server](https://docs.python.org/3/library/http.server.html).
```shell
cargo install http-serve-rs
```
```shell
http-serve-rs --port 3000
```
See this [YouTube](https://youtu.be/WR0N9rfNC-Y?si=QzqU-zz0vmSrpF_a) video if you are interested in how this tool was
developed.