https://github.com/dbwodlf3/trpc-example
trpc example
https://github.com/dbwodlf3/trpc-example
Last synced: 3 months ago
JSON representation
trpc example
- Host: GitHub
- URL: https://github.com/dbwodlf3/trpc-example
- Owner: dbwodlf3
- Created: 2023-07-25T00:24:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T04:07:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T14:23:17.334Z (5 months ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Quick Start
npm ci in projectRoot and packages/server and packages/client
and npm run start:server:watch on projectRoot.
and npm run build:client:watch on projectRoot.