A simple cli utility for service static website files.
Casey DeLorme 0e80927a70 add first-draft implementation plus tests | 8 жил өмнө | |
---|---|---|
.gitignore | 8 жил өмнө | |
license | 8 жил өмнө | |
main.go | 8 жил өмнө | |
main_test.go | 8 жил өмнө | |
readme.md | 8 жил өмнө |
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.