A simple cli utility for service static website files.
cdelorme cece1ea771 add utility to launch page in browser after starting server process | 8 vuotta sitten | |
---|---|---|
.gitignore | 8 vuotta sitten | |
license | 8 vuotta sitten | |
main.go | 8 vuotta sitten | |
main_test.go | 8 vuotta sitten | |
readme.md | 8 vuotta sitten |
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.