https://github.com/blankeos/tauri-solid
🦀💙 Tauri + Solid Template. Build performant web-based desktop apps with Rust and SolidJS.
https://github.com/blankeos/tauri-solid
Last synced: 3 months ago
JSON representation
🦀💙 Tauri + Solid Template. Build performant web-based desktop apps with Rust and SolidJS.
- Host: GitHub
- URL: https://github.com/blankeos/tauri-solid
- Owner: Blankeos
- Created: 2024-07-09T12:50:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T05:30:40.000Z (4 months ago)
- Last Synced: 2025-03-12T06:23:03.784Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + Solid + Vike + Typescript
This template should help get you started developing with Tauri, Solid and Typescript in Vite.
**Technologies Used**:
- Tauri (Rust)
- SolidJS
- Vike (Filesystem Routing) - `vite build` will build static.
- TailwindCSS v4
- Extra things for DevX:
- Prettier + prettier-plugin-tailwindcss
- Bun - Faster package manager 🥳## Getting Started
- `bun install` - installs all dependencies
- `bun tauri dev` - start the server## Building for Production
- `bun tauri build`.
- Installer is saved here: `./src-tauri/target/release/bundle/dmg/tauri-solid_0.0.0_aarch64.dmg`
- Binary is saved here: `./src-tauri/target/release/bundle/macos/tauri-solid.app/Contents/MacOS/tauri-solid` (You can run this without installing with `bun preview-mac`)
- `bun preview-mac` - Try the build on Mac.
- `bun preview-win` - Try the build on Windows.
- `bun preview-linux` - Try the build on Linux.