Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 738 Bytes

Solid JS Wails

Wails Solid JS starter template

Usage

  1. Create a new wails project using this template by running
wails init -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template
  1. Before running wails dev command, you first need to install the frontend dependencies and generate the frontend/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,

Wails demo image

Building

To build a redistributable, production mode package, use wails build.