- install vercel CLI
- be sure you have a vercel account linked to the project
vercel env pull .env.local
pnpm dev
This Turborepo includes the following packages/apps:
native-events
: a react-native app built with expo for zendegi eventsweb
: a Next.js app built with react-native-webui
: a stub react-native component library shared by bothweb
andnative
applicationstsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- Expo for native development
- TypeScript for static type checking
- Prettier for code formatting
- TailwindCSS for styling