In Chapter 7, we discussed how to build the structure of single-page applications. In this chapter, we will build an administrative dashboard on the home page of the SPA boilerplate that was created by using the AppRun CLI. This will demonstrate how to use AppRun to build a complex user interface and administrative interface.
An administrative interface is for administrators to configure and manage web applications. It usually is a stand-alone web application or a restricted area of an application. The administrative interface is important because it is the management ...