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.
- Host: GitHub
- URL: https://github.com/perfectbase/serverless-trpc
- Owner: perfectbase
- Created: 2022-07-15T03:01:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T01:37:20.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T05:27:24.204Z (over 1 year ago)
- Language: TypeScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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