No description
- Go 53.4%
- NSIS 16.7%
- JavaScript 13.5%
- SCSS 8%
- TypeScript 6.6%
- Other 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| build | ||
| cmd/struct_conv | ||
| core | ||
| frontend | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| wails.json | ||
README
About
This is the official Wails React template.
Live Development
To run in live development mode, run wails dev in the project directory. In another terminal, go into the frontend
directory and run npm run dev. The frontend dev server will run on http://localhost:34115. Connect to this in your
browser and connect to your application.
Building
To build a redistributable, production mode package, use wails build.