To get started with the development environment:
-
Install Expo CLI:
Make sure you have the Expo CLI installed. You can install it globally using npm:npm install -g expo-cli
-
Clone the Repository:
git clone <repository-url> cd <project-folder>
-
Install Dependencies:
npm install
-
Run the App: Use the Expo CLI to start the project. This will open the Expo Developer Tools in your browser.
expo start
You can then use the Expo Go app on your mobile device to view your project or use an emulator.
expo start
: Starts the Expo development server.expo build
: Builds the project for deployment.