- Expo
- Authentication
- Tabbed/nested navigation
- Prettier/eslint
- Design system tokens, typography and components
- Monorepo via yarn workspaces / turborepo
- API calls via tRPC
- Prisma as database
- Server-side auth session
- tRPC mutating server data and results on client
- Access control
- Follow Expo's installation guide
- Copy
.env.exampleand fill in your firebase and database details yarnto install all dependenciesyarn workspace web devto start the APIyarn workspace native start:localto start the mobile app