Trendicity
Companion app for the Developing an Ionic Edge book published by Bleeding Edge Press.
Clone this repo then run the following commands:
npm install
ionic serve
npm install -g cordova ionic gulpinitiated from the npmpreinstallhook.
bower installis automatically initiated from the npmpostinstallhook.
Running
Run in browser
ionic serve
Run on device
iOS / Android
Where ever you read 'iOS' and in the command line 'ios', you can switch that out for 'android' as well.
If you're running the app on iOS for the first time, first add the platform to your project using:
$ ionic platform add iosAfter that you can run
$ ionic run iosEvery time you want to install the app on your device.