Sign in
go
/
build
/
8a67fce8bb6a94bae215e63ae8d77810cda583b4
/
.
/
cmd
/
devapp
/
README.md
blob: f830e7aadbe988518c4536752f21aad9fa0a7ee8 [
file
] [
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
).