Get more with an Ionic account
An Ionic Account offers more than just the open source tools. Instantly get access to the Ionic Forum, DevApp, and Ionic Appflow cloud features
-
Continuous delivery
Skip the app stores by pushing versions of your app directly to your users, live.
-
Package apps in the cloud
Go from code to app store with no platform dependencies or complicated build steps.
-
Ionic updates and tutorials
Get access to the Forum, plus news and developer-focused trainings and workshops.
Don't take our word for it
Developers and teams across the globe build better apps with an Ionic Account
-
Install Ionic
npm install -g ionicFirst, install Node.js. Then, install the latest Ionic command-line tools in your terminal. Follow the Android and iOS platform guides to install required tools for development.
If you’re new to the command line, read our Terminal tutorial -
Start an app
ionic start myApp tabsCreate an Ionic App using one of our ready-made app templates, or a blank one to start fresh. Check out the Market for more designs.
For v1 projects, use the
--type ionic1flag.
$ ionic start myApp blank
$ ionic start myApp tabs
$ ionic start myApp sidemenu -
Run your app
cd myApp
ionic serveMuch of your app can be built right in the browser with
ionic serve. We recommend starting with this workflow.When you're ready to deploy your app to a real device, check out our Deploying guide.
-
Supercharge your app
ionic linkUpdate your app remotely, build native binaries in the cloud, and share your app easily with others, all from the Ionic Appflow dashboard.
Learn more about Ionic Appflow.
Your dashboard is always available at dashboard.ionicframework.com.
Create your Ionic apps visually
A simple drag-&-drop tool for going from idea to App Store, with just the drag of a mouse.
Start an app in Creator