April 2017
Beginner to intermediate
378 pages
7h 57m
English
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.
Read now
Unlock full access