A simple cli utility for service static website files.
|
|
vor 1 Jahr | |
|---|---|---|
| .gitignore | vor 9 Jahren | |
| go.mod | vor 1 Jahr | |
| go.sum | vor 1 Jahr | |
| license | vor 9 Jahren | |
| main.go | vor 9 Jahren | |
| main_test.go | vor 9 Jahren | |
| readme.md | vor 9 Jahren |
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.