Now we will scaffold the final template. Using the cd command, go back to the chapter2 folder and run the following command:
ionic start -a "Example 3" -i app.example.three example3 sidemenu --v2
To execute the scaffolded project, using the cd command, go to the example3 folder and give the following command:
ionic serve
The output should be similar to the following screenshot:
You can analyze the project structure yourself and see the difference.
You can run ionic start -l or ionic templates to view the list of available templates. You can also use the ionic start task with the template name from the list to scaffold the app.