/market-watch

Simple crypto market watch app made with React Native + TypeScript

Primary LanguageTypeScript

Market Watch

Prerequisites

  • Xcode and Android Studio

Installation

  1. Install Node.js, and Yarn: $ brew install node yarn
  2. Install file watcher used by React Native: $ brew install watchman
  3. Install NPM modules: $ yarn

Running

  1. Start Packager
$ react-native start
  1. Running on iOS
$ yarn ios
  1. Running on Android:
$ yarn android
$ adb reverse tcp:8081 tcp:8081   # if running app cannot find the packager

Recommended Editor

VS Code

Tasks

Linting

$ yarn lint

TypeScript check

$ yarn compile

Resources