An open API service indexing awesome lists of open source software.

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)

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
```
![Screenshot from 2022-06-02 00-13-53](https://user-images.githubusercontent.com/76873719/171479196-cce954eb-e2eb-45d4-806a-48557c5d4689.png)
- 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)