https://github.com/dimpu/github-aa52j8
Created with StackBlitz ⚡️
https://github.com/dimpu/github-aa52j8
Last synced: 6 months ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/dimpu/github-aa52j8
- Owner: dimpu
- Created: 2023-09-08T00:35:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T02:23:02.000Z (over 2 years ago)
- Last Synced: 2025-02-15T23:42:19.388Z (11 months ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/github-aa52j8
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```