After following the steps in the readme, I can see that both client and server applications are running, but when navigating to localhost:8080, I only see this:
I can see that this file exists (I had to run the npx command from the article to create it) and when navigating to localhost:8200 itself I get this message:
After following the steps in the readme, I can see that both client and server applications are running, but when navigating to localhost:8080, I only see this:
With these errors in the console:
I can see that this file exists (I had to run the
npx
command from the article to create it) and when navigating to localhost:8200 itself I get this message:Any idea why this might happen?