Run things locally by http-server

So I struggled with this exact problem for a while, I think your problem is related with this issue:
http-server #525

Instead of requesting localhost:8080 also specify the file path index.html

localhost:8080/index.html and you should be able to load the page correctly.

1 Like