golang.org/x/build@v0.0.0-20240506185731-218518f32b70/devapp/README.md (about)

     1  # devapp
     2  
     3  ## Local development
     4  
     5  ```sh
     6  $ go run . -listen-http=localhost:8080
     7  ```
     8  
     9  Then visit http://localhost:8080/ in your browser.
    10  
    11  ## Deployment
    12  
    13  See the documentation on [deployment](../doc/deployment.md).