예제 애플리케이션
비공식 베타 번역
이 페이지는 PageTurner AI로 번역되었습니다(베타). 프로젝트 공식 승인을 받지 않았습니다. 오류를 발견하셨나요? 문제 신고 →
참고
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Next.js 스타터 (Prisma, E2E 테스트, ESLint 포함) (권장)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter
-
배포 예시: nextjs.trpc.io
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
create-t3-turbo - Expo 및 Turborepo를 활용한 T3 스택
- git
bashgit clone git@github.com:t3-oss/create-t3-turbo.git
bashgit clone git@github.com:t3-oss/create-t3-turbo.git
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Next.js 스타터 (Prisma, E2E 테스트, ESLint, next-auth, WebSockets, 구독 기능 포함)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-websockets-starter trpc-prisma-websockets-starter
-
배포 예시: websockets.trpc.io
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Next.js Todo MVC 예제 (SSG 및 Prisma 적용)
- npm
- yarn
- pnpm
- bun
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
bashnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shyarn create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shpnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
shbunx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
-
배포 예시: todomvc.trpc.io
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
최소 구성 (Hello world) Node.js 서버 및 클라이언트
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
순수 독립 실행형 서버 및 Node.js 프로시저 호출
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Express 서버 및 Node.js 프로시저 호출
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
WebSockets 지원 Fastify 서버 및 Node.js 프로시저 호출
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Prisma를 활용한 SvelteKit
slug: typescript-performance-lessons title: v10 리팩토링 과정에서 얻은 TypeScript 성능 교훈 authors: [sachinraja]
Express 기반 Sign-In With Ethereum 인증
- git
bashgit clone git@github.com:codingwithmanny/trpc-siwe-monorepo.git
bashgit clone git@github.com:codingwithmanny/trpc-siwe-monorepo.git