I am running http-server -c-1 to serve a simple http server to test my angular PWA app. However each time I visit localhost:8080 i get the Index of/ page. My manifest.json is configured for "start_url": "http://localhost:8080/" just like in the angular tutorial documents. https://blog.angular-university.io/angular-service-worker/
I have tried changing the manifest.json "start_url": "index.html" and to "start_url": "/" same results. Any ideas or suggestions why this is happening?