Currently, I am working on an NDV3 AngularJS graph demo using IntelliJ.
To start off, I have created a standard HTML file named index.html and included all the necessary AngularJS and NDV3 libraries in a folder called bower_components located within the resources folder (specifically defined as 'resource').
Subsequently, I inserted all the essential code into the HTML file, including the aforementioned libraries through script tags.
However, upon running the application, the screen remains blank, indicating that the libraries might not have been detected properly for some reason.
Could anyone provide insight into what mistake I may be making?