Ionic Framework :: TYPO3 CMS & SEO
ARM Technologies   ...  Others Ionic Framework 

Ionic Framework

Hybrid application development made easy!

Here is the basic steps to create a ionic framework based project, adding different platform to the project and running them. We also mentioned how to test the project during development and run them on real devices as app.

Create a ionic project

ionic start projectname blank

Configure platform

ionic platform add ios
ionic platform add android

Building ionic project

ionic build [android | ios]

Testing app on desktop browser

ionic serve

N.B. Many features do not work in desktop browser like camera functions

Testing your app on a native device

ionic run android

Connect the android device in your development desktop via USB port and run the above command