These three simple steps will have you building high-quality mobile apps in minutes. For a more in-depth overview, watch our Crash Course video, or take our free online Ionic and Angular course, Appcamp.
First, install Node.js. Then, install the latest Cordova and Ionic command-line tools. Follow the Android and iOS platform guides to install required platform dependencies.
Note: iOS development requires Mac OS X. iOS simulator through the Ionic CLI requires the ios-sim npm package, which can be installed with the command sudo npm -g install ios-sim.
$ npm install -g cordova ionic
Create an Ionic project using one of our ready-made app templates, or a blank one to start fresh.
Feeling adventurous? Try the beta of Ionic 2, the next generation of Ionic$ ionic start myApp tabs$ ionic start myApp blank
$ ionic start myApp tabs
$ ionic start myApp sidemenu
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
Head on over to the Docs and join the Forum to connect with other
Ionic devs.
Then, check out some of our helpful tools and services to help you
build better apps!
Jumpstart your all Ionic apps with our rapid drag-and-drop visual prototyping tool. Export clean, ready-to-use ionic code!
Learn moreScale your app with features like native app building, user authentication, push notifications, and real-time deploy services.
Learn moreLooking for a more secure version of Ionic Framework with some extra bells and whistles? Try out our Enterprise version!
Learn more