Expo starter setup with the following:
- React Native & Expo
- Expo Router
- tRPC on
/api/trpc
API Route within the same repo - TaiwlindCSS with Nativewind v4
- ESLint & Prettier
This project uses Bun as its JavaScript runtime and package manager. Make sure you have Bun installed before proceeding.
After cloning this template, follow these steps to set up your project:
-
Install dependencies:
bun install
-
Run the setup script:
bun run scripts/setup.ts
This script will prompt you for your project-specific information and update the necessary files.
-
Start your Expo project:
bun run start