Skip to content

ansh/expo-router-trpc-starter

Repository files navigation

Ansh's Expo Template

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

Getting Started

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:

  1. Install dependencies:

    bun install
    
  2. Run the setup script:

    bun run scripts/setup.ts
    

    This script will prompt you for your project-specific information and update the necessary files.

  3. Start your Expo project:

    bun run start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published