Skip to content

yogeshkrishnani/InteractiveContactsDemo

Repository files navigation

Interactive Contacts Demo

Interactive Contacts Demo App - Powered By Ionic Framework

Run Locally (assuming node & ionic-2 are installed)

git clone https://github.com/yogeshkrishnani/InteractiveContactsDemo.git
cd InteractiveContactsDemo
npm install
cordova platform add android
cordova plugin add cordova-plugin-interactive-contacts
ionic run android