Ionic is a combination of a powerful mobile CSS framework and Angular. With Ionic, the time taken to market any idea is quite minimal. The Ionic CSS framework consists of most of the components you need to build an app.
To test drive the available components, we will scaffold a blank starter template and then add the visual components of Ionic.
Before we start scaffolding, we will create a new folder named chapter3, and scaffold all the examples from this chapter in that folder.
To scaffold a blank app, run the following code:
ionic start -a "Example 4" -i app.example.four example4 blank --v2