April 2017
Beginner to intermediate
378 pages
7h 57m
English
To get a good feel for the Ionic CLI and the project structure, we will scaffold the other two starter templates as well. First we will scaffold the tabs template.
Using the cd command, go back to the chapter2 folder and run the following command:
ionic start -a "Example 2" -i app.example.two example2 tabs --v2
The tabs project is scaffolded inside the example2 folder. Using the cd command, go to the example2 folder and execute the following command:
ionic serve
We should see the tabbed interface app built using Ionic, as seen in the following screenshot:

The tabs are located at the bottom of the page. We ...
Read now
Unlock full access