# File-server The file-server app allows serving a local directory via HTTP. ## Run ```sh go run ./tools/file-server 8081 /path/to/some/directory ```