Food Ordering App for IITJ Junta. Software Engineering Course Project developed under Dr. Sumit Kalra.
Check the releases tab from the side and download the apk. Install the app and run on your device
-
Setting up the development environment: https://reactnative.dev/docs/environment-setup.
-
Install dependencies:
yarn install
(ornpm install
). -
Starting the metero server run:
yarn start
-
Run on Android:
yarn android