FS Go is a tiny CLI tool in order to spawn a local file server.
go build
./fs-go -port 8080 -dir .
go install
Now you can use:
fs-go
in order to start a new instance.