Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:53:24.000Z (2 months ago)
- Last Synced: 2024-08-23T17:48:29.422Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 266 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
- Extra things for DevX:
- Prettier + prettier-plugin-tailwindcss
- Bun - Faster package manager 🥳## Getting Started
- `bun install` - installs all dependencies
- `bun 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`)