/serve

Simple HTTP server for static files

Primary LanguageGoMIT LicenseMIT

serve

Simple HTTP server for static files

To install:

$ go get github.com/gregjones/serve

To run on port 8080 and serve the current directory:

$ serve

Options:

-dir=".": Directory to serve

-port=8080: Port to run server on