Welcome to the Mobile Application Frontend! This is the user interface for our mobile application, which provides a seamless and user-friendly experience for our users.
- Feature 1: Describe a key feature of your mobile app.
- Feature 2: Another important feature that sets your app apart.
- Feature 3: Highlight a unique aspect or functionality.
- Feature 4: Add additional features or functionalities.
These instructions will help you set up and run the mobile application frontend on your development environment.
- Prerequisite 1: List any software or dependencies required.
- Prerequisite 2: Add any other prerequisites as needed.
-
Clone the repository:
git clone https://github.com/your-username/mobile-app-frontend.git cd mobile-app-frontend -
Install dependencies:
npm install
-
Using eas build create android or IOS build and install it on emulator or physical device.
-
Start the development server:
npm start
-
Connetc both computer and mobile devices to same wifi and get the ip adress of that and change the config/baseURL.ts file.
