Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 918 Bytes

File metadata and controls

33 lines (19 loc) · 918 Bytes

React Native Boilerplate

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/shivrajkumar/ReactNative-Redux-TypeScript-Boilerplate.git

$ cd ReactNative-Redux-TypeScript-Boilerplate/

$ npm install
  or
  yarn

Run on iOS

  • Run react-native run-ios in your terminal

Run on Android

  • Run react-native run-android in your terminal