redbar0n / create-t3-turbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-t3-turbo

Ever wondered how to migrate your T3 application into a monorepo? Stop right here! This is the perfect starter repo to get you running with the perfect stack!

It contains:

apps
 |- expo
     |- React Native using React 18
     |- Tailwind using Nativewind
     |- Typesafe API Calls using tRPC
 |- next.js
     |- React 18
     |- TailwindCSS
     |- E2E Typesafe API Server & Client
packages
 |- api
     |- tRPC router definition
 |- db
     |- typesafe db-calls using Prisma

References

The stack originates from create-t3-app.

A blog post where I wrote how to migrate a T3 app into this.

About

License:MIT License


Languages

Language:TypeScript 84.6%Language:JavaScript 14.7%Language:CSS 0.7%