Skip to content

Krasilka/goals-app-rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Goals App

GoalsListView_Empty ModalView GoalsListView GoalsListView_Scroll
RPReplay_Final1701798111.MP4

Steps to run the project:

Prerequisites:

  1. Ensure that you have Node.js and npm installed on your machine. You can download and install them from the official website: Node.js.

  2. Install Expo CLI globally on your machine using the following command in your terminal:

    npm install -g expo-cli
    

Steps:

  1. 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>
    
  1. Navigate to Project Directory:
  • Change into the project directory using the cd command:

    cd <project-directory>
    
  1. Install Dependencies:
  • Run the following command to install the project dependencies:

    npm install
    
  1. Start the Expo Development Server:
  • Once the installation is complete, start the Expo development server:

    expo start
    
  1. 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.