Hello, today Ionic 3 will take you through the steps necessary to open a new project. Firstly, opening a new project in ionic 2 was different from ionic 3 as an example; ionic start <projectname> <projetype> –v2 if we explain the variables here: 1.Startup Steps <projectname>: The part you give your project name. <projecttype>: In this section, you determine the template structure of the progeny you open. You can click here to see all template types and their explanations, or you…