daserve
An extremely basic web server for serving static content
Clone the repo and run go install
from inside the cloned directory
To start with default settings (and content), simply run:
daserve
$ daserve --help
Runs a basic web-server for serving static content
'dir' is the directory to serve (default "./static")
Usage:
daserve [flags] [dir]
Flags:
-g Opens default browser on launch
-h string
Host address to bind (default "127.0.0.1")
-p string
Port to listen on (default "9080")