Basic app that shows how to setup and install a PWA app on a Macbook and iPhone all in a local development environment.
Please refer to this document here. This explains all about the process to create this app as well as creating the CA Root certificate, installing it on a Macbook and iPhone, creating a Domain SSL Certificate from that Root certificate using the createDomainCertfromCA.sh script and serving the app via HTTPS on your Macbook and loading / installing the PWA on your iPhone using a custom local devevelopment domain.
npm install
npm run serve
npm run build
npm run lint