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)
git clone https://github.com/vtvl-pbl6/pbl6-mobile.git
cd pbl6-mobile
Using npm:
npm install
Or using Yarn:
yarn install
npm run android
Or if you are using Yarn:
yarn android
npm run ios
Or if you are using Yarn:
yarn ios