Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfidder/create-t3nuxt-app

Quick T3 Stack with Nuxt for rapid deployment of highly performant typesafe web apps.
https://github.com/gfidder/create-t3nuxt-app

cli next-auth npx nuxt nuxt3 nuxt3-starter nuxt3-template prisma tailwindcss trpc typescript

Last synced: about 9 hours ago
JSON representation

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

Awesome Lists containing this project

README

        


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][contribute-image]][contribute-url] [![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

## Table of contents

- The T3 Stack
- Getting Started
- Shoutouts

The T3 Stack

The _"T3 Stack"_ is a web development stack made by [Theo](https://twitter.com/t3dotgg) 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:

- [Nuxt](https://nuxt.com)
- [tRPC](https://trpc.io)
- [Tailwind CSS](https://tailwindcss.com)
- [TypeScript](https://typescriptlang.org)
- [Prisma](https://prisma.io)
- [NextAuth.js](https://next-auth.js.org)

Getting Started

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

### npm

```bash
npm create t3nuxt-app@latest
```

### yarn

```bash
yarn create t3nuxt-app
```

### pnpm

```bash
pnpm create t3nuxt-app@latest
```

Shoutouts

- [Theo @ T3](https://t3.gg/) for T3 Stack inspiration!
- [Nexxel](https://github.com/nexxeln) for the OG create-t3-app!

[downloads-image]: https://img.shields.io/npm/dm/create-t3nuxt-app?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/create-t3nuxt-app
[npm-image]: https://img.shields.io/npm/v/create-t3nuxt-app?color=0b7285&logoColor=0b7285
[contribute-url]: https://github.com/gfidder/create-t3nuxt-app/blob/main/CONTRIBUTING.md
[contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg