⛔ Deprecated - Sorry: I no longer maintain this sample
This is a starter template for IBM MobleFirst and Ionic (V3 typescript) projects.
You can run this mobile app without installing your own MobileFirst DevelomentKit/Server by using my demo-mfpserver on Bluemix (this may change in the future). However, is recommended to install your own server locally using the FREE MobileFirst Developer Kit
See MobileFirst Developer Kit - Installation guide
You need some basic Ionic knowledge and the ionic cli installed.
Also Android Stuido (or Xcode on Mac) is needed for the device emulators
npm install -g ionic cordova
clone the repository, cd into the folder and run:
ionic cordova build android
for ios:
ionic cordova build ios
cordova build/run automatically install the needed npm packages and cordova plugins. if you prefer to do this step by step use:
npm install #install npm modules
cordova prepare #install plugins in config.xml
ionic cordova build <platform>
- extend docu
- 20170612 - first public Version
- 20170630 - update mfp / cordova 7 support
- 20170703 - update to ionic-angular 3.5
- 20170704 - extended login choice to set LoginPage as auth callback challange
- 20170707 - check-in resources (since generate needs an ionic login)
- 20170711 - add POST data sample / add UserLogin adapter source
- 20170731 - update to ionic-angular 3.6 (fix to minor version to get greenkeeper PR on change)
- 20170804 - dep update & app-scripts
- 20170816 - update ionic-cli 3.9.1 & mfp-plugin 8.0.2017072706
- 20170929 - update to ionic-angular 3.7 cordova-android 6.3 mfp-plugin 8.0.2017090705
- 20171130 - update to ionic-angular 3.9 cordova-android 6.4 mfp-plugin 8.0.2017112205