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