sidwebworks / wails-solid-template

Wails 2 + Solid JS template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Wails 2 + Solid JS template


Languages

Language:Go 46.6%Language:Shell 18.1%Language:TypeScript 15.2%Language:CSS 12.5%Language:HTML 7.5%