Skip to content

Zetoff/react-native-meteor-advanced-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

React Native Meteor Boilerplate

🚀 Simple way to get started when building React Native Apps with a Meteor backend 🚀

demo

This boilerplate is heavily inspired in @spencercarli boilerplate's and his courses and posts.

What do you get in this Boilerplate

Meteor

React Native

Dev Tools Included

Run npm run devtools, after running react-native run-ios or react-native run-android.

First go an install React Native Debugger in your machine. After install run npm run rndebugger-setup. This modifies the RN packager to set React Native Debugger to be the default debugger. Great isn't it 😎

Getting Started

  • Install Meteor
  • Install React Native
  • Clone repo
  • In /MeteorApp and run meteor npm install. Once finished run meteor to start de Meteor app.
  • In /ReactNativeApp and run npm install, once finish run npm run rndebugger-setup to configure React Native Debugger.
  • Once finished react-native run-ios or react-native run-android. 🚀