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: 3 months ago
JSON representation

🦀💙 Tauri + Solid Template. Build performant web-based desktop apps with Rust and SolidJS.

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.