DEV Community

Discussion on: Working with PWAs

Collapse
 
jbeetz profile image
J Beetz

I also enjoyed the bullet points.
I found using ngrok creates an https connection.

ngrok.com/

For node, just point ngrok to the port your running the site on and you'll have your site running over https.

This makes testing easier.
Just be sure to kill the ngrok service when you're done.