Skip to content

ibzimh/gameify

Repository files navigation

Welcome to Gameify

Prerequisites

Before you get started, make sure you have the following software installed:

  1. Node.js: Download and install Node.js. It comes with npm.

  2. Xcode (for iOS development): If you're planning to develop for iOS, you'll need Xcode installed on a macOS machine. You can download it from the Mac App Store. Xcode 15 requires a Mac running macOS Ventura 13.5 or later.

Getting Started

Follow these steps to run the React Native app:

  1. Clone the Repository: Clone the React Native project repository.

  2. Install Dependencies: Install the project's dependencies using npm.

    cd src
    npm install
    cd ../server
    npm install
  3. Server dependencies:

npm install mongodb express cors dotenv
  1. Run Server

    node server.js
  2. Start the Expo Go App:

    cd ../src
    npx expo start
  3. Start the Development Build:

    cd ../src
    npx expo start --dev-client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published