A simple cli utility for service static website files.
|
|
il y a 1 an | |
|---|---|---|
| .gitignore | il y a 9 ans | |
| go.mod | il y a 1 an | |
| go.sum | il y a 1 an | |
| license | il y a 9 ans | |
| main.go | il y a 9 ans | |
| main_test.go | il y a 9 ans | |
| readme.md | il y a 9 ans |
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.