Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

pkcwong/react-native-meteor-starter

Repository files navigation

react-native-meteor-starter

https://github.com/pkcwong/react-native-meteor-starter

CircleCI

A starter repo to building a mobile application with ReactJS, using the React Native framework. Designed to communicate with a MeteorJS backend server.

Prerequisites and Installation

Install the following frameworks and packages.

Install the React Native CLI

    npm install -g react-native-cli

Build

Clone this repository.

    git clone https://github.com/pkcwong/react-native-meteor-starter.git
    cd react-native-meteor-starter

Run the development server.

    react-native start

Run on Android.

    react-native run-android

Run on iOS.

    react-native run-ios

Support and Update

To receive the latest updates from this repo, do the following.

    git remote add pk https://github.com/pkcwong/react-native-meteor-starter.git
    git pull pk master

Post your enquiries on issues page, it will be addressed as soon as possible.

Resource

Contributing