guessMyNumber.mp4
Ensure that you have Node.js and npm installed on your machine. You can download and install them from the official website: Node.js.
- Clone the GitHub Repository:
-
Open your terminal and navigate to the directory where you want to clone the repository.
-
Run the following command to clone the repository:
git clone <repository-url>
- Navigate to Project Directory:
-
Change into the project directory using the cd command:
cd <project-directory>
- Install Expo-CLI Locally:
- Install Expo CLI locally as a development dependency:
npm install --save-dev expo-cli
- Install Dependencies:
-
Run the following command to install the project dependencies:
npm install
- Start the Expo Development Server:
-
Once the installation is complete, start the Expo development server:
npm start
- Run on Emulator or Physical Device: To run the app on an emulator or physical device, you have a few options:
- Press
a
to run the app on an Android emulator. - Press
i
to run the app on the iOS simulator (macOS only). - Scan the QR code with the Expo Go app on your physical device.
- Once the build is complete, you should be able to see your app running on the emulator or physical device.