fedesoria / meteor-rider

Built on top of https://github.com/zeroasterisk/MeteorRider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor Rider

Built on top of zeroasterisk/MeteorRider.

Meteor Rider lets you run Meteor apps in a Cordova/Phonegap project by hijacking the main index.html. This seems to be the most used method to create Meteor apps in Cordova as of yet.

Pre-requisites

You need to have a Cordova project created with the cordova-cli utility.

Usage

  • npm install meteor-rider
  • Go to the root of your cordova project and run meteorRider
  • This will copy and set up the necessary files.
  • You will be asked for the url of the Meteor App. Make sure to enter it without the trailing slash.

You now have a Cordova App that runs a live Meteor App. Enjoy!

About

Built on top of https://github.com/zeroasterisk/MeteorRider

License:MIT License