Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidwebworks/wails-solid-template
Wails 2 + Solid JS template
https://github.com/sidwebworks/wails-solid-template
go solid vite wails-app
Last synced: 29 days ago
JSON representation
Wails 2 + Solid JS template
- Host: GitHub
- URL: https://github.com/sidwebworks/wails-solid-template
- Owner: sidwebworks
- Created: 2022-06-24T18:38:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T15:17:41.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:28:43.113Z (4 months ago)
- Topics: go, solid, vite, wails-app
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - wails-solid-template
README
# Solid JS Wails
Wails Solid JS starter template
## Usage
1. Create a new wails project using this template by running
```sh
wails init -n my-solid-app -t https://github.com/sidwebworks/wails-solid-template
```2. Before running `wails dev` command, you first need to install the frontend dependencies and generate the `frontend/dist` directory by running
```sh
cd frontend && pnpm install
``````sh
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](https://user-images.githubusercontent.com/58144379/175643391-3d9e6488-d0c7-4f02-b330-bbc7ae225935.png)
## Building
To build a redistributable, production mode package, use `wails build`.