- Redirect to client folder
cd CLIENT\ APP/
- Install dependencies
npm install
- Install development build on real device or simulator, using the .app or .apk provided in the zip files under "builds" folder
- Start Expo in development mode
npx expo start
- Open installed development build on mobile device or simulator
- Redirect to admin folder
cd ADMIN\ APP/
- Install dependencies
npm install --legacy-peer-deps
- Download
serviceAccount.jsonvia Firebase - Place
serviceAccount.jsonin root of admin folder - Start local server
npm run dev