Skip to content

lmcjt37/pwa-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA example

Description

Just a sample app to test the capabilities of PWA's, focusing on Android and the use of service workers.

Agenda

  • Splash screens (On device)
  • Push notifications
  • Offline mode
  • Caching
  • Service workers

Getting Started

  1. Clone this repository
  2. Run npm install && npm start, this will install all dependencies, build and start up the server
  3. Visit localhost:8080 in your browser 🚀 (You can also visit the app on your device when on the same network)

Note:: You will need an API to run Push notifications, one can be found here https://github.com/lmcjt37/pwa-api

Hosting

An example is being hosting with Firebase and can be found below

https://pwa-example-8b653.firebaseapp.com/

Acknowledgements

Contact

Feel free to contact me directly through twitter @lmcjt or my website lmcjt.com

Contributing

  • Fork and submit PR's
  • Raise issues/suggestions
  • Contact me directly for further information

It's an ongoing project and contributions, issues or suggestions are welcome. You can contact me by any method you feel comfortable with. I don't adhere to any code of conduct, I just appreciate using your common sense and respecting others. Play nicely 😘

Troubleshooting

  • Make sure to run npm install on first run of code to avoid console warnings/errors.