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

     1  # README
     2  
     3  ## About
     4  
     5  This template uses plain JS / HTML and CSS.
     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. The frontend dev server will run
    13  on http://localhost:34115. Open this in your browser to connect to your application.
    14  
    15  ## Building
    16  
    17  For a production build, use `wails build`.
    18