imojo
1.0.0

node and npmnode -v
- should be >= 6.0.0
npm -v
- should be >= 3.0.0Clone this repository
Install Ionic, cordova and node_modules
$ npm uninstall -g ionic cordova
$ npm install -g ionic cordova
$ npm install # iOS
ionic serve --platform ios
# Android
ionic serve --platform android
# All Platforms(iOS, Android and Windows)
ionic serve --lab $ ionic platform add android
$ ionic build android --prod
$ ionic run android --prod $ ionic platform add ios
$ ionic build ios --prodRun using XCode
Run post_install script
$ ./post_install.shContributions are welcome!
imojo is available under the MIT license. See the LICENSE file for more info.