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