/type-safe-api

Rust RSPC

Primary LanguageRust

Create rspc app

This app was scaffolded using the create-rspc-app CLI.

Usage

# Terminal One
cd web
pnpm i
pnpm dev

# Terminal Two
cd api/
cargo run