Skip to content

The best way to start a full-stack, typesafe Next.js app

License

Notifications You must be signed in to change notification settings

Mvmo/create-t3-app

Repository files navigation

Create t3 App

version downloads

Scaffold a starting project using the t3 stack using this interactive CLI.

Usage

npx create-t3-app@latest
# or
yarn create t3-app
# or
pnpm create t3-app@latest

Dev

To install dependencies

pnpm install

If you don't have pnpm you can install it with npm

npm install -g pnpm

To start the package locally

pnpm start

Stack

Contributors

Made with contrib.rocks.

About

The best way to start a full-stack, typesafe Next.js app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.2%
  • Astro 32.9%
  • CSS 8.1%
  • JavaScript 3.8%