- git clone
[email protected]:kamaal111/flappy-bird.git
- cd flappyBird
npm install
to install dependencies
Option A: npm run web
Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On your device, use the Expo app (or camera) to scan the QR code from your terminal (after running npm run web
) to open your project. Your app should open within the Expo app and it should update every time you save your files in the code editor.
Option B: npm run ios
Install Xcode for iOS and Android Studio for Android.