- TypeScript - For type safety and improved developer experience
- React Native - Build mobile apps using React
- Expo - Tools for React Native development
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Biome - Linting and formatting
- Husky - Git hooks for code quality
First, install the dependencies:
pnpm installThen, run the development server:
pnpm devUse the Expo Go app to run the mobile application.
routine-app/
├── apps/
│ ├── native/ # Mobile application (React Native, Expo)
pnpm dev: Start all applications in development modepnpm build: Build all applicationspnpm dev:web: Start only the web applicationpnpm check-types: Check TypeScript types across all appspnpm dev:native: Start the React Native/Expo development serverpnpm check: Run Biome formatting and linting