Very simple way to serve a local web server from a directory.

Used for dev. Do not use for prod.

```sh

start the http://localhost:8080 at the current folder

webhere

start with custom port http://localhost:8888

webhere -p 8888 ```