I wanted to learn about Wails, and also decided to sprinkle in some Tailwind, ended up with this minimal-style blackjack game made with vanilla TS / HTML.
Project started with the Wails Vanilla-TS template.
- Run
npm install
in the project root directory. - Also run
npm install
in the./frontend
directory - Run
npm run dev
in the project root directory. to spin up the live dev environment.- This starts a Tailwind watcher to auto-compile
style.css
, and the wails dev server.
- This starts a Tailwind watcher to auto-compile
To build a redistributable, production mode package, use wails build
from the project root directory.