DEV Community

Hyunjin Cho
Hyunjin Cho

Posted on

1

[PWA] Useful website

The step...

  1. Host my application using github or ngrok https://ngrok.com/ (for running the exe file, i used powershell)
  2. Go to this website: https://www.pwabuilder.com/ it will check my application is enough for PWA
  3. It will show my application is not enough 3-1. Create manifest.json and service worker using that website 3-2. Also recommend this: https://manifest-gen.netlify.app/ 3-3. The netlify is better when creating manifest.json file.
  4. Downloading a new package from https://www.pwabuilder.com/ after being done of creating needed files and move to my application folder.
  5. Following this step: https://github.com/pwa-builder/pwabuilder-web/blob/V2/src/assets/next-steps.md
  6. and test it again and it will show my application is enough for PWA

Top comments (0)

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay