A simple cli utility for service static website files.
Casey DeLorme 2b6be256ea add go mod | 3 luni în urmă | |
---|---|---|
.gitignore | 8 ani în urmă | |
go.mod | 3 luni în urmă | |
go.sum | 3 luni în urmă | |
license | 8 ani în urmă | |
main.go | 8 ani în urmă | |
main_test.go | 8 ani în urmă | |
readme.md | 8 ani în urmă |
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.