- Install Node.js. (LTS v10.x preferred)
- Install Yarn Package Manager
- Install CLI tools
yarn global add react-native-cli expo-cli
- Setup Android emulator
- Setup iOS Simulator (macOS only)
- (Optional) Download Expo app on your device
- Clone the mobile-ordering-app repository
git clone git@github.com:SheridanCS/mobile-ordering-app.git
- Navigate to the project directory
cd mobile-ordering-app
- Run
yarn install
- In a terminal, navigate to the project directory.
- Start the Expo server
expo start
- Open the app in a simulator
- *Android -
expo android - iOS -
expo ios
- *Android -
*Emulator needs to be started before executing this command. Start it from Android Studio or with command $ANDROID_HOME/sdk/emulator -avd {AVD_NAME}