https://github.com/blankeos/wails-solid
πΊπ¦ Wails + Solid Template. Build performant web-based desktop apps with Go and SolidJS.
https://github.com/blankeos/wails-solid
Last synced: 3 months ago
JSON representation
πΊπ¦ Wails + Solid Template. Build performant web-based desktop apps with Go and SolidJS.
- Host: GitHub
- URL: https://github.com/blankeos/wails-solid
- Owner: Blankeos
- License: mit
- Created: 2024-02-15T14:09:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T20:54:59.000Z (almost 2 years ago)
- Last Synced: 2025-10-10T00:10:53.700Z (9 months ago)
- Language: NSIS
- Size: 2.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeme
- License: LICENSE
Awesome Lists containing this project
README
Wails + Solid + TS + Tailwind Template
Table of Contents
- [π€ About](#%F0%9F%A4%94-about)
- [π¨βπ» Live Development](#%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-live-development)
- [π¨ Building](#%F0%9F%94%A8-building)
## π€ About
This is the Wails Solid Template created by [Carlo](https://github.com/blankeos) for his Desktop application projects.
This is currently a work in progress.
**Technologies Used**:
- Wails (Go)
- SolidJS
- Vike (Filesystem Routing) - `vite build` will build static.
- TailwindCSS
- Extra things for DevX:
- prettier + prettier-plugin-tailwindcss + eslint-plugin-simple-import-sort
- PNPM (If you wish to change, make sure to change `wails.json`)
## π¨βπ» Live Development
To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
## π¨ Building
To build a redistributable, production mode package, use `wails build`.