Blankeos / wails-solid

🐺🟦 Wails + Solid Template. Build performant web-based desktop apps with Go and SolidJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wails + Solid + TS + Tailwind Template

Table of Contents

πŸ€” About

This is the Wails Solid Template created by Carlo for his Desktop application projects. This is currently a work in progress.

Technologies Used:

  • Wails (Go)
  • SolidJS
  • 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.

About

🐺🟦 Wails + Solid Template. Build performant web-based desktop apps with Go and SolidJS.

License:MIT License


Languages

Language:NSIS 55.9%Language:JavaScript 20.3%Language:TypeScript 10.8%Language:CSS 6.5%Language:Go 4.9%Language:HTML 1.6%