Wails Solid JS starter template
- Create a new wails project using this template by running
wails init -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template
- Before running
wails dev
command, you first need to install the frontend dependencies and generate thefrontend/dist
directory by running
cd frontend && pnpm install
pnpm build
then cd back into the root level of the project and run wails dev
You should see something like this,
To build a redistributable, production mode package, use wails build
.