Installation
To scaffold an app using 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
Advanced usage
Option/Flag | Description |
---|---|
[dir] | Include a directory argument with a name for the project |
--noGit | Explicitly tell the CLI to not initialize a new git repo in the project |
-y , --default | Bypass the CLI and use all default options to bootstrap a new t3-app |
--noInstall | Generate project without installing dependencies |
Experimental
If you prefer using the v10 beta version of tRPC, use create-t3-app@next
:
npx create-t3-app@next
Weβre grateful if you report any bugs you may find while using this version.