Duration: 15:58 min
Summary: In this lesson, we will discuss the third template, which is sidemenu. We already installed NodeJS, and ionic and cordova globally. Now, we need to create an application with a sidemenu and serve that application. When we start the ionic application and sever it, we notice that the code structure is almost the same. Everything we need is in the www directory. We can browse the JS, CSS and HTML code there and find out how the code is put together. In addition, “ionic serve” has a switch “-l” that helps us run the application side by side targeting different devices. By using such command, we are able to see how our application will look on an iOS device and an Android device.