I'm trying out create-t3-app for the first time! (...or have I tried this before?) Follow along as I bootstrap a Next.js app using create-t3-app, add in a splash of Docker for postgres and mailcatcher, change out auth to use email auth (with magic links), and discover a few tricks along the way.
Create T3 App: https://create.t3.gg/
Follow me here:
https://twitter.com/kevinwwwade
0:00 - Intro
1:51 - Bootstrap create-t3-app
4:51 - Postgres setup with Docker Compose
8:41 - First boot attempt
9:49 - Email Auth with NextAuth
19:56 - Second boot attempt
21:39 - Take 2: create-t3-app with tRPC
24:48 - Speed run: Docker Compose, Email Auth, Customizations
27:58 - Third boot attempt
29:03 - Login for the first time
30:23 - Explore auth code
32:06 - Outro