Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 298 Bytes

File metadata and controls

13 lines (7 loc) · 298 Bytes

Running our application using Expo:

  • Install the Expo CLI:

    npm install -g expo-cli

  • Go into the EXP-Client folder and run

    cd EXP-Client

    expo start

  • Either press "w" to start the web version or scan the QR code on the Expo Go mobile application to run it there.