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 installin the project root directory. - Also run
npm installin the./frontenddirectory - Run
npm run devin 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.