Skip to content

sincerely91/dex-app

Repository files navigation

Dex React Native App

Codacy Badge Codacy Badge Test Suite

This is the Dex React Native App repository.

Setup Instructions

  1. Download project: git clone git@github.com:kaxevgg/dex-app.git
  2. Install dependencies: npm install
  3. Install pods for iOS: cd ios && pod install
  4. Run iOS: npm run ios
  5. Run Android: npm run android
  6. To run tests: npm run watch:test