Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progressive web app #25

Open
gkpty opened this issue May 20, 2020 · 0 comments
Open

progressive web app #25

gkpty opened this issue May 20, 2020 · 0 comments

Comments

@gkpty
Copy link
Collaborator

gkpty commented May 20, 2020

Add option to convert static site into a progressive web app automatically.

  • add app.js file
  • Create a manifest. json file.
  • Add a Service Worker. Service Worker is the background script which the browser can run while the user is not on the page. ...
  • Register the Service Worker. ...
  • Make the Site Work Offline.

https://dev.to/phonerefer/convert-any-static-website-to-pwa-3fkb
https://medium.com/notonlycss/turn-your-website-into-a-pwa-6aaecb95f8b9
https://vaadin.com/learn/tutorials/learn-pwa/turn-website-into-a-pwa
https://web.dev/progressive-web-apps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant