Ionic Framework
Related: Ionic | Ionic React | React | Javacript
Reference
Command Line
ionic start
ionic start blankApp blank --type=react --capacitor
ionc serve
ionic lab
ionic g pages/NewPageName
–does not work with Ionic React
Starter Template Options
Starter template: (Use arrow keys)
blank A blank starter project
list | A starting project with a list
my-first-app | An example application that builds a camera with gallery
sidemenu | A starting project with a side menu with navigation in the content area
tabs | A starting project with a simple tabbed interface
conference | A kitchen-sink application that shows off all Ionic has to offer
…as of 2/21/2022.