Probably a basic question, but I'm struggling here.? I'm admittedly pretty new to js, but have worked in html and css (years ago)? I'm trying to learn my way through CH5 using the template project and am trying to following along with the recording from masters.?
When I launch a page via Live Server, I don't see any items that have any formatting- just basic text, no buttons or anything appear.? ?In index.html, I see several style sheets referenced (main.css, projectcomponents.css. etc, but when I look through the referenced directory, I don't see any .css files.? I actually can't find any .css files anywhere.? There are however multiple .scss projects in a few different directories.
I assume I'm missing a dependency somewhere, but I'm not sure of where.? ?
I also thought I'd build an archive to see if I could get it to run from a processor, more or less to rule out issues with Live Server/node.js, but when I run the build archive script I get an error that webpack.prod.js failed to load.? There is also an error about an uknown property called "flatten".? No ch5z file gets built.??
Thanks in advance for any advice