Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`)