On some tutorials they use something similar to the following to create a new ionic project:
ionic start myApp tabs
or
ionic start myApp blank
Where do I find all the options available that I can use after my project name (eg: tabs, blank)?
On some tutorials they use something similar to the following to create a new ionic project:
ionic start myApp tabs
or
ionic start myApp blank
Where do I find all the options available that I can use after my project name (eg: tabs, blank)?
Right now there’s only three starters; blank, tabs, and sidemenus
Thanks, mhartington!