Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 655 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 655 Bytes

Prerequisites

Before getting started, make sure you have the following tools installed:

  • Node.js (LTS version recommended)
  • npm or Yarn
  • Android Studio (for Android)
  • Xcode (for iOS)

Installation

1. Clone the Repository

git clone https://github.com/vtvl-pbl6/pbl6-mobile.git
cd pbl6-mobile

2. Install Dependencies

Using npm:

npm install

Or using Yarn:

yarn install

Running the Application

1. Run on Android

npm run android

Or if you are using Yarn:

yarn android

2. Run on iOS

npm run ios

Or if you are using Yarn:

yarn ios