I’m trying to setup the basic WebView example project, and although I can build the plugin and set up the node stuff, those two parts aren’t connecting. I’m theorizing it’s because it’s trying to find the .zip file in a directory that doesn’t have it. What is the standard directory structure for organizing your JUCE C++ project (containing Source, and build), the web project (containing src, public), and Assets directory containing the .zip file?
Any suggestions greatly appreciated, thanks!