https://github.com/pkcwong/react-native-meteor-starter
A starter repo to building a mobile application with ReactJS, using the React Native framework. Designed to communicate with a MeteorJS backend server.
Install the following frameworks and packages.
Install the React Native CLI
npm install -g react-native-cli
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
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.
- official tutorial for ReactJS
- official tutorial for React Native
- Christopher Wong @pkcwong