markobozic346 / next-13-app-dir-with-trpc

next 13 app dir with trpc example app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next 13 app dir example with tRPC

Inspired by Jack Harrington video

Tech features

  • Next.js 13 app dir
  • tRPC
  • Drizzle ORM with SQLite

Try yourself

First, git clone the repository and install dependencies

npm install
# or
yarn

Run the app

Then run the database generation command:

yarn drizzle-kit generate:sqlite

And run the development server

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Preview live

Coming soon

Deploy on Vercel

Coming Soon

About

next 13 app dir with trpc example app


Languages

Language:TypeScript 98.4%Language:JavaScript 1.6%