Chapter 3. Start Building Your First Ionic App
In this chapter, we will build our first Ionic App and build it to test on actual devices. Starting a project seems to be the toughest step but if done well, eases the whole process. It is rightly said, "well begun is half done," so we will learn how to start our project perfectly and create the skeleton for our project. All the options of the starter templates available with Ionic Framework will be explained in detail. In this chapter, we will learn about Ionic Framework while building a sample e-commerce Mobile App. In this chapter, we will discuss the design and architecture for our app. The topics covered in this chapter are as follows:
- Starting a new project:
- Multiple ways to start a new project
- The anatomy of an Ionic Project:
- The project's folder structure
- Main components
- Ionic starter templates:
- Blank
- Tabs
- Side menu
- Maps
- Design and architecture for an e-commerce sample app—BookStore
In Ionic Framework, starting a...