A simple cli utility for service static website files.
Casey DeLorme 2b6be256ea add go mod | před 3 měsíci | |
---|---|---|
.gitignore | před 8 roky | |
go.mod | před 3 měsíci | |
go.sum | před 3 měsíci | |
license | před 8 roky | |
main.go | před 8 roky | |
main_test.go | před 8 roky | |
readme.md | před 8 roky |
A utility that makes testing static web files stupidly simple.
Written in go, it produces a cli that when run from any folder will host that folder as the root path of a webserver.
It defaults to http://localhost:3000/, but you can override the port via the PORT
environment variable or the first parameter supplied to the app.