2025-01-28 10:34:04 -06:00

1.2 KiB

Tech Tracker Logo

Tech Tracker Expo Application

Get started

  1. Install dependencies

    npm install
    
  2. Start the app

     npx expo start
    
    • NOTE: *If you are having trouble connecting or you are on a separate network from your phone, run
    npx expo start --tunnel
    

In the output, you'll find options to open the app in a

Additional Resources