The official frontend for GrubFlow's Tender application. This application is built using Expo Go, React-Native, and Typescript.
- Node 23.10.0
- Expo Go
- Clone the repository
git clone git@github.com:grubflow/mobile.git
cd mobile/- Install Node Modules:
npm i- Obtain a
.envfile from a collaborator and put it in the root directory - Run the Local Metro on Expo Go:
npx expo start- Ensure the backend application is running for the frontend to properly function.