Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 678 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 678 Bytes

Getting Started

  1. First, install dependencies:
npm install
  1. Start Expo:
npm start
  1. Run dev server (API) in another terminal:
npx json-server ./db/db.json
  1. Update API_URL in ./src/utils/constants.ts to match Expo IP address from step 2 above

Device testing on android:

Install the expo app on your android device and scan QR Code displayed from step 2 above.

Emulator testing on android:

  1. First make sure you have installed android studio and atleast one emulator.

  2. Press a after step 2 to start the emulator