Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 408 Bytes

File metadata and controls

19 lines (13 loc) · 408 Bytes

Demo app to go along with this blog post, which covers a potential implementation on making an offline first React Native + Meteor app.

Installation

  • Install Meteor
  • Install React Native
  • Clone repository

Running Meteor App

  • cd meteor/
  • meteor npm install
  • meteor

Running React Native App

  • cd react-native/
  • npm install
  • react-native run-ios OR react-native run-android