Editing the Template

This section covers a range of specifics when editing an electron app based on our basic template.

Outline

The template project has a simple layout, designed to make it fast to create a small application that is focused on data-visualisation and analytics.

The src/index.html is opened in the main window. This contains a navigation bar that lets the user choose between the main areas of the program.

The src/content folder contains the individual pages you want to show. These are dynamically loaded as the user needs them.

Instructions