We have been talking for a while about building an e-commerce application; now we will be getting started with that. As previously mentioned, it is named vPlanet Commerce. The vPlanet Commerce app is an e-commerce app that will demonstrate various Ionic components integrated inside the application and also some third-party components built by the community. As we move forward to the Chapter 3, Ionic Native and Plugins, we will be integrating Ionic Cloud services such as auth, Ionic DB, deploy, and so on. This will help us complete the application and make it look like a professional application. Let's start by creating the application from scratch using the sidemenu template:
You now have the basic application ready based on the side menu template. The next step I took is to take reference from ionic-conference-app for building the initial components of the application, same as the...