https://github.com/celeroncoder/scaling-waddle
SolidJS with tRPC (with vercel dev) and Prisma (with sqlite)
https://github.com/celeroncoder/scaling-waddle
solidjs template trpc vercel vite
Last synced: 6 months ago
JSON representation
SolidJS with tRPC (with vercel dev) and Prisma (with sqlite)
- Host: GitHub
- URL: https://github.com/celeroncoder/scaling-waddle
- Owner: celeroncoder
- Created: 2022-06-01T18:32:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T18:52:18.000Z (over 3 years ago)
- Last Synced: 2025-03-05T08:36:44.427Z (11 months ago)
- Topics: solidjs, template, trpc, vercel, vite
- Language: TypeScript
- Homepage: scaling-waddle.vercel.app
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SolidJS with tRPC template
### The Stack
- [SolidJS](https://solidjs.com)
- [tRPC](https://trpc.org)
- [Prisma](https://prisma.io)
### Usage with Vercel CLI
- Override the dev command in the vercel project settings with the following:
```bash
npm run vercel-dev-helper
```

- Run the development server
```
npm run vdev
```
> For more information check this [repository](https://github.com/TheoBr/solid-trpc) or [vedio](https://www.youtube.com/watch?v=PRDtEyC5X1U) by [TheoBr](https://github.com/TheoBr)