April 2017
Beginner to intermediate
378 pages
7h 57m
English
Now that we are done with the software setup, we will scaffold a few Ionic apps.
Ionic has three main/go-to templates, using which we can quickly start developing apps:
To understand the basics of scaffolding, we will start with the blank template.
To keep our learning process clean, we will create a folder structure to work with Ionic projects. Create a folder named chapter2.
Next, open a new command prompt/terminal and change the directory (cd) to the chapter2 folder. Now run the following command:
ionic start -a "Example 1" -i app.example.one ...
Read now
Unlock full access