Skip to content

Run the Expo app

  • Navigate to the frontend directory from the root of the project.

    Terminal window
    cd frontend
  • Start the Expo app for Android.

    Terminal window
    npm run expo:android
  • Start the Expo app for iOS.

    Terminal window
    npm run expo:ios