Samples Overview
The samples are the fastest way to understand how nest-trpc-native behaves in real NestJS apps.
sample/00-showcase: full end-to-end baseline with all major capabilities.sample/01-*onward: focused runnable slices that isolate one topic each.
Run The Full Sample Matrix
npm run ci:sample
Start Here
- Open the showcase sample.
- Use Samples Catalog to jump straight to the feature you need.
- Use Samples Architecture to understand why the sample tree is organized this way.
Why This Structure?
- Keeps one canonical integration baseline (
00-showcase). - Reduces cognitive load with focused, topic-driven samples.
- Makes onboarding and contribution easier as feature count grows.