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

https://github.com/perfectbase/serverless-trpc

A Serverless tRPC Sample project using TurboRepo, Next.js, Serverless Framework with TypeScript and Webpack.
https://github.com/perfectbase/serverless-trpc

Last synced: about 1 year ago
JSON representation

A Serverless tRPC Sample project using TurboRepo, Next.js, Serverless Framework with TypeScript and Webpack.

Awesome Lists containing this project

README

          

## Setup

```
npm ci
cp apps/sls/.env.example apps/sls/.env
npm run dev
```

Wait for both servers to start and check it on: http://localhost:3000