jeanregisser / market-watch

Simple crypto market watch app made with React Native + TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple crypto market watch app made with React Native + TypeScript


Languages

Language:TypeScript 66.5%Language:Objective-C 15.4%Language:Java 7.8%Language:Python 7.7%Language:JavaScript 2.5%