Scaffolding the side menu template
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
To execute the scaffolded project, using the cd
command go to the example3
folder and give the following command:
ionic serve
And the output should be similar to the following screenshot:

You can analyze the project structure yourself and see the difference.
Note
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.