Ionic framework create first app

Create an Ionic project using one of our ready-made app templates, or a blank one to start fresh.

#ionic start myApp tabs

Screen Shot 2015-10-27 at 09.07.50

Run it

Use the Ionic tool to build, test, and run your apps (or use Cordova directly). Make sure to substitute ios with android to build for Android.

Then, try Ionic View to share your apps with testers and clients, or to easily test on new devices.

$ cd myApp
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios