A http server similar to Python's SimpleHTTPServer module. This is not meant to be a production server. It was written primarily to have a handy HTTP server available to use during developing.
go install lazyhacker.dev/simplehttpserver
In the root directory of your web app, run simplehttpserver
.