Ionic starter application which connects to a Meteor Backend reactively.
# Fire up Meteor backend
git clone https://github.com/meteor/simple-todos
cd simple-todos
npm install
meteor
# Fire up Ionic Starter Meteor
git clone https://github.com/Richie765/ionic-starter-meteor
cd ionic-starter-meteor
npm install
ionic serve
Browse to http://localhost:3000 and http://localhost:8100
Enjoy!