/ridepoint-base-starter

Base starter for the application

Primary LanguageTypeScriptMIT LicenseMIT

[WIP] - Ride Point

Prerequisites

Getting Started

  1. Clone this repo, git clone git@github.com:ridepoint/ridepoint-app.git <your project name>

  2. Go to project's root directory, cd <your project name>

  3. Run yarn to install dependencies

  4. Start the packager with yarn start

  5. Connect a mobile device to your development machine

  6. Run the test application:

  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device
  1. Enjoy!!!