blob: f830e7aadbe988518c4536752f21aad9fa0a7ee8 [file] [log] [blame] [view]
# devapp
## Local development
```sh
$ go run . -listen-http=localhost:8080
```
Then visit http://localhost:8080/ in your browser.
## Deployment
See the documentation on [deployment](../doc/deployment.md).