Generate Skeleton Project for Perspective Component

Thanks. This seemed to work. I copied from the example project these files into my empty web folder of my skeleton project

image

I then found these places in the parent folder of the example where web folder was being referenced and added those to my skeleton project

Then I ran

gradlew.bat :web:build

Build successful and now I have these other folder files in my web folder

image

Now I am thinking I need to figure out how to put my files for my component into the packages/client and package/designer folder. Such as scss files, typescript files, a package.json file, a tsonfig.json file and a webpack.config.js file.

Is there any way to test out the web component files outside of building the module? I am just thinking that it would be good to know that the web component works lets say in a static html file first before adding in the complexity of hooking it up to the gateway and designer scopes. Could be as simple as just display an image tag.