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

mittalsam98/create-t3-app

Repository files navigation

create-t3-app

Interactive CLI to quickly set up a project using the t3 stack

Table of contents :

Usage

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

What is this? Some kinda template?

Kind of. We love all of the technologies that create-t3-app includes, but we do NOT believe every project needs all of them.

create-t3-app was created to allow developers to select the specific dependencies within the T3 Stack that they'd like, with all the boilerplate and weird interop stuff handled.

What is the T3 Stack?

t3 stack is a web development stack made by Theo.

Watch the video

Watch Theo's overview on Youtube here

It consists of

If you want to know more about the stack, check out init.tips

Dev

Read the Contributing guidelines

To install dependencies

# Install pnpm
npm install -g pnpm
# Install dependencies
pnpm install
# Initial build
pnpm run build
# Start the package locally
pnpm start

Contributors

We 💖 contributors! Feel free to contribute to this project

Made with contrib.rocks.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.5%
  • Astro 26.2%
  • CSS 6.4%
  • JavaScript 3.2%
  • Shell 0.7%