How do you create Stencil / Ionic project without PWA (Do not have SSL)

I have created a new Stencil project using ionic-pwa. Everything works well in testing.
The problem comes when hosting the www folder on my service provider. My domain does not have a SSL certificate (Required for PWA)

  1. Which folders and files do I delete to disable the Servie workers & PWA?
  2. Do I use npm init stencil : app then add Ionic to the project, if so how?

Why not add ssl to your server? Costs nothing these days and probably easy to do, and pretty much all sites should have an ssl cerificate.