React components not available in WKND SPA React
Hey all,
I'm trying to follow the tutorial for building the WKND SPA React project and am not able to see or edit the React components that come with the project. This fella here: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/overview.html?lang=en
When I view the page in the console, the Components tab does not list any components (according to the tutorial, I should see a Text and Layout component there).

When I view the page as published and inspect the page, the Hello world string is contained in a <p> tag whereas I'd expect to see a script there that pulls in the content.
And, the console displays the following warnings:

So, the page is looking for those minified js and css files and they aren't there. Is this likely the cause of the behaviors I'm seeing? I've tried invalidating the clients and clearing the browser cache but no luck.
I'm guessing there's an issue in my maven build that is causing those files not to get copied where they need to be, but I'm not really sure where to look. I'm very new to both Maven and AEM, so any tips would be greatly appreciated!
AEM: 6.5.12
JDK 11.0.5
Maven 3.8.5
Node.js (locally installed for this project): 14.16.1
Node.js (globally installed for another project): 16.14