Imba (https://imba.io/) template for Wails with DaisyUI and TailwindCss
Simple, less code, fast compilation
Pnpm must be installed in advance because all frontend script will use pnpm
.
# Initialize the project
wails init -n [your-app-name] -t https://github.com/NghiaNguyenTT/wails-imba-template
# Go to app folder
cd [your-app-name]
# Start dev
wails dev
# Build
wails build
MIT