Sign in
go
/
build
/
2921ab66dc9b4f59816807985a8eaa5309eeab5a
/
.
/
devapp
/
README.md
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
).