Installation
Overview
This mobile application is built using React Native in conjunction.
Pre-Requisites
- Git installed
- Node js 18 using nvm https://github.com/nvm-sh/nvm
- An IDE (preferably VS code)
- React native Pre-requisites with React native cli quickstart installed from - https://reactnative.dev/docs/environment-setup
Cloning Repository
The first step to clone the existing mobile-app repository is to copy one of the links either with SSH or HTTPS.
Initial setup
- To run the project we will first clone the mobile-app repository into the desired folder using the
git clone <Git url from gitlab>
command. - After this we open the terminal into this new cloned folder "mobile-app" using
cd mobile-app
- Install the dependencies using
npm install
command. - After the installation we can run the project using
npm run android
ornpm run ios
command.
No Comments