Cannot run any of the examples
deanchalk opened this issue · 4 comments
I cant work out what the issue is. I have correctly installed the samples and the project build ok, but when I navigate to localhost:8080 I get a 403 forbidden error ???
I have many other react apps, and have never seen this error before, and have no idea where it comes from. I ONLY get this with the code in this project.
Any ideas?
Thanks
Can you provide a bit more info about your environment?
Windows 10 with Visual Studio Code as the IDE
I suggest you try change the port the examples are running on - there might be a port conflict on your PC.
Try adding --port 8090 (or some other value) to the "examples" entry in package.json and see if that resolves the issue
Closing due to inactivity - if this is still a problem let me know