Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 845 Bytes

File metadata and controls

25 lines (23 loc) · 845 Bytes

SAD

For Mac users

  1. Install homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
  2. Install Node: brew install node
  3. Install: brew install yarn
  4. Navigate to the project directory
  5. Install expo client: npm install -g expo-cli
  6. npm install -g npm@7.7.0
  7. yarn add expo or npm i expo
  8. Start: npm start
  9. Download Expo Go from the app store
  10. Create an account
  11. Scan QR code to test the app

For Windows users Requirements: Ensure Node is installed on the system Have a new folder with the app inside

  1. Open the command prompt and write ‘npm install’ to install project dependencies
  2. Navigate to the project directory
  3. In the command prompt run ‘npm install expo-cli’
  4. Download Expo Go from the app store
  5. Create an account
  6. Scan QR code to test the app