Visual structure: discussion on the main components
The main WebUI codes reside in developer branch in Bitbucket while WebUI-Lib is in master branch in github. WebUI-Lib is a library source file where most of the development is being done. In able to run the WebUI, WebUI-Lib needs to be build, compressed and install into WebUI project. There is an existing bash file to do this procedure in one go.
If no code change in WebUI-Lib, the WebUI can be run using the command "ng serve" inside the WebUI project.
Environment settings of the project.
The WebUI-Lib is built using Angular framework. The tool used in building this project is Visual Studio Code.