Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 281 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 281 Bytes

tRPC + NestJS monorepo example

This repository serves as a complimentary code for the article explaining how to integrate tRPC with NestJS with Authentication in monorepo.

Running the example

  1. pnpm install
  2. pnpm run dev
  3. open http://localhost:5173 in your browser