No description
  • Go 53.4%
  • NSIS 16.7%
  • JavaScript 13.5%
  • SCSS 8%
  • TypeScript 6.6%
  • Other 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-08-28 12:40:12 -04:00
build Initial Commit 2022-07-06 20:51:42 -04:00
cmd/struct_conv Initial Commit 2022-07-06 20:51:42 -04:00
core Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
frontend Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
.gitignore Initial Commit 2022-07-06 20:51:42 -04:00
go.mod Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
go.sum Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
main.go Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
package-lock.json Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
package.json Hashing out settings and the app initialization 2022-08-28 12:40:12 -04:00
README.md Initial Commit 2022-07-06 20:51:42 -04:00
wails.json Initial Commit 2022-07-06 20:51:42 -04:00

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.