github.com/secoba/wails/v2@v2.6.4/pkg/templates/base/README.md (about)

     1  # README
     2  
     3  ## About
     4  
     5  This is the official Wails $NAME template.
     6  
     7  You can configure the project by editing `wails.json`. More information about the project settings can be found
     8  here: https://wails.io/docs/reference/project-config
     9  
    10  ## Live Development
    11  
    12  To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
    13  server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
    14  and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
    15  to this in your browser, and you can call your Go code from devtools.
    16  
    17  ## Building
    18  
    19  To build a redistributable, production mode package, use `wails build`.