Ben! A guide to convert existing web app to PWA would be awesome!
Will do! I’ll place it near the top of my list of priorities.
I'm confused by
A guide to convert existing web app to PWA would be awesome!
Ben, since PWA's can also run on an Apache server environment am I correct that you meant exactly what you claimed?
That if I installed your PWA starter project as you instructed on your GitHub page, inside a new Wappler project folder and using Docker Engine the end result is a working PWA?
I have done so and I see that I get a Docker local database connection and a localhost mysql connection. Both connect with no problems.
The issue here was using your GitHub PWA with Node.js, correct?
Sorry for the late reply - time zone difference (plus F1 and Max Verstappen).
The issue here is not the type of server; it is the location of the site root folder. Under Apache, this would most likely be the project folder, while for NodeJS, this would most likely be the public folder which is a subdirectory of the project folder.
Awesome!! Thanks Ben!!