Skip to content

sidwebworks/wails-solid-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.