Simple server for single page applications.
$ serve -h
Usage of serve:
-d string
The root directory to host (default ".")
-l string
Specify a URI endpoint on which to listen (default ":3000")
-i string
The index file (default "index.html")
$ go build -ldflags="-s -w"