ionic-framework

Start Building Apps in Ionic

Starting an Ionic App

Starting an Ionic App

$ ionic start myapp [template]

Starter templates can either come from a named template, a Github repo, a Codepen, or a local directory. A starter template is what becomes the www directory within the Cordova project.

Named template starters

Github Repo starters

Codepen URL starters

Local directory starters:

  • Relative or absolute path to a local directory

Command-line flags/options:

--appname, -a ....... Human readable name for the app (Use quotes around the name) 

--id, -i ............ Package name set in the <widget id> config ex: com.mycompany.myapp 

--no-cordova, -w .... Do not create an app targeted for Cordova

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow