https://github.com/trpc/examples-minimal
https://github.com/trpc/examples-minimal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trpc/examples-minimal
- Owner: trpc
- Created: 2022-06-01T20:10:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:40:02.000Z (about 1 year ago)
- Last Synced: 2025-05-13T00:10:04.507Z (about 1 year ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A minimal working tRPC example
Requires node 18 (for global fetch).
## Playing around
```
npm i
npm run dev
```
Try editing the ts files to see the type checking in action :)
## Building
```
npm run build
npm run start
```