Installation

Installation

To install create-t3-app, run any of the following three commands and answer the command prompt questions:

npm

npx create-t3-app@latest

yarn

yarn create t3-app

pnpm

pnpm dlx create-t3-app@latest

Experimental

If you prefer using the experimental v10 version of tRPC, use create-t3-app@next. Note that the alpha versions of tRPC that it uses may contain API changes. We will try our best to keep on top of these, please file an issue if we have missed something.

An ongoing development branch, create-t3-app@beta, can be downloaded for the most recent changes. Expect bugs when using the beta branch and please open issues with reproductions when they occur.

We ❤️ Contributors