This project was created with Better-T-Stack, a modern TypeScript stack.
- 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
First, install the dependencies:
bun installThen, run the development server:
bun run devUse the Expo Go app to run the mobile application.
Steward/
├── apps/
│ ├── native/ # Mobile application (React Native, Expo)
bun run dev: Start all applications in development modebun run build: Build all applicationsbun run dev:web: Start only the web applicationbun run check-types: Check TypeScript types across all appsbun run dev:native: Start the React Native/Expo development server