Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 884 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 884 Bytes

T3 Template App Boilerplate

A modern fullstack boilerplate combining Next.js, Expo, Supabase, and tRPC.

Features

  • Next.js web frontend
  • Expo/React Native mobile app
  • Supabase authentication
  • Typesafe API with tRPC
  • Prisma ORM
  • State management with React Query
  • Styling with Tailwind CSS
  • Customizable UI components
  • TypeScript configuration

Project Structure

  • apps/next.js: Next.js web application
  • apps/mobile: Expo/React Native mobile application

Getting Started

  1. Clone the repository
  2. Install dependencies: pnpm install
  3. Set up environment variables
  4. Start web app: pnpm run dev:web
  5. Start mobile app: pnpm run dev:mobile

Customization

Easily customizable to fit your project needs.

Contributing

Contributions are welcome! Open an issue or submit a pull request.

License

MIT License. See LICENSE file for details.