- Golang wails3
- Typescript React
-
Navigate to your project directory in the terminal.
-
To run your application in development mode, use the following command:
wails3 dev
This will start your application and enable hot-reloading for both frontend and backend changes.
-
To build your application for production, use:
wails3 build
This will create a production-ready executable in the
build
directory.