Skip to content

Quick T3 Stack with Nuxt for rapid deployment of highly performant typesafe web apps.

License

Notifications You must be signed in to change notification settings

gfidder/create-t3nuxt-app

Repository files navigation

create-t3nuxt-app

Interactive CLI to start a full-stack, typesafe Nuxt app.

Get started with the T3 Stack by running npm create t3nuxt-app@latest

PRs-Welcome NPM version Downloads

Table of contents

The T3 Stack

The "T3 Stack" is a web development stack made by Theo focused on simplicity, modularity, and full-stack typesafety. While create-t3-app is meant for Next.js, this is an implementation of the same mentality but applied to Nuxt. It consists of:

Getting Started

To scaffold an app using create-t3nuxt-app, run any of the following three commands and answer the command prompt questions:

npm

npm create t3nuxt-app@latest

yarn

yarn create t3nuxt-app

pnpm

pnpm create t3nuxt-app@latest

Shoutouts