Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/axcl/react-native-redux-typescript-starter.git

$ cd react-native-boilerplate-redux-typescript/

$ npm install
  or
  yarn

Run on iOS

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run ios in your terminal

Run on Android

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run android in your terminal