Understand the Directory Structure
The Crestron Template Project provides an /app directory that contains the code for the project. The /app directory consists of an index.html page and a project configuration JSON file, as well as /template and /project subfolders.
- The /template subfolder contains files and folders related to the underlying framework of the template. Development should not occur within this directory unless explicitly called out within the documentation.
- the /project subfolder contains files and folders related to the CH5 project built using the template. Most development activities occur within this directory.
The structure inside both the /template and /project folders is largely similar.
For more information on the files and folders that make up the Crestron Template Project, refer to Directory Structure.