Launching the application
Now that we’ve toured the development environment of our newest application, it’s time to see the actual application in action. The whole application will feel empty at this point; all the pages, actions, and data models are in place, but no user data is present yet. So while we explore this template, we will need to add data along the way, and that’s also a great way to explore the template. Let’s get started!
In order to get to the frontend part of our application, we’ll need to launch it. There are several ways of doing this. The first and easiest way of doing this is by clicking on the play button (Figure 6.28) in the bar on the left:
Figure 6.28 – The play button as seen in the menu
This launches the application from the page that has been set as the home page. If you click on the Pages icon in the navigation bar and click on the Pages overview button (highlighted in the following...