Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomheaton/tauri-rspc-prisma

A minimal Tauri + rspc + Prisma example app.
https://github.com/tomheaton/tauri-rspc-prisma

cargo desktop pnpm prettier prisma prisma-client-rust react rspc rust tailwindcss tauri typescript vite

Last synced: about 12 hours ago
JSON representation

A minimal Tauri + rspc + Prisma example app.

Awesome Lists containing this project

README

        

# Tauri + rspc + Prisma

A minimal Tauri + rspc + Prisma example app.

## Setup

```bash
# Install dependencies
pnpm install

# Generate Prisma client
pnpm prisma:generate

# Run the app
pnpm tauri dev
```

## Changes to make

- Update `tauri-rspc-prisma` and `tauri_rspc_prisma` to your app name.
- Update `dev.tomheaton.tauri-rspc-prisma` to your app identifier.

## Credits

- [Tauri](https://github.com/tauri-apps/tauri)
- [rspc](https://github.com/oscartbeaumont/rspc)
- [prisma-client-rust](https://github.com/Brendonovich/prisma-client-rust)
- [Spacedrive](https://github.com/spacedriveapp/spacedrive)
- [Twidge](https://github.com/twidgeapp/twidge)