Skip to content

CesarCanoff/event-go-mobile-app

Repository files navigation

📚 Technologies

React Native NPM Typescript Expo Javascript

See on the web


Prerequisites

  • NodeJS
  • npm
  • Android emulator

Installation Guide (Linux and Windows)

Prerequisites

  • Before you begin, ensure you have the following prerequisites installed:
  • Node.js and npm: You can download and install them from the official Node.js website: Node.js
  • Expo CLI: Install Expo CLI globally using npm:
npm install -g expo-cli
  1. Clone the repository: Open your terminal (Command Prompt for Windows) and execute the following command to clone the Event-Go repository:
git clone [email protected]:CesarCanoff/event-go-mobile-app.git
  1. Navigate to the app directory: Change to the Event Go directory that you just cloned:
git clone [email protected]:CesarCanoff/event-go-mobile-app.git
  1. Install dependencies: Use npm to install all the app's dependencies. This may take some time depending on the project's size:
npm install
  1. Start the app with Expo: After the dependencies are successfully installed, you can start the Event Go using Expo Go. Run the following command:
npx expo start
  1. Run on Emulator (Linux): If you're using Linux and want to run the app on an Android emulator, make sure you have an Android emulator like Android Studio's AVD Manager set up. Then, in the Expo DevTools that open in your browser, press "a" to run the app on the Android emulator.

  2. Run on Emulator (Windows): If you're using Windows and want to run the app on an Android emulator, ensure you have an Android emulator like Android Studio's AVD Manager configured. In the Expo DevTools that open in your terminal, press "a" to run the app on the Android emulator.

  3. Access the app on your device (iOS/Android): Scan the QR code displayed in the Expo DevTools with your Expo Go app on your iOS or Android device. Alternatively, you can use the Expo Go app to open the project by entering the provided URL.

You should now have the Event Go installed and running using Expo Go on your Linux or Windows system. Enjoy using Event-Go! If you need further assistance or encounter any issues, refer to the project's documentation or reach out to the developer.