- 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.example
and fill in your firebase and database details yarn
to install all dependenciesyarn workspace web dev
to start the APIyarn workspace native start:local
to start the mobile app