Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.76 KB

PWA Template

Build Status

PWA Template is a must have asset for hackathons or for instant prototype building for web/android app project.

Features

  • Instantly Deployable to Heroku Cloud
  • Service Worker based on Google Workbox
  • A2HS add-to-homescreen Install Prompt
  • Built using Flask (micro web framework in Python) and Framework7.

Light House Audit results

alt splash.png

Setting it up

PWA-Template requires Python 3.x+ to run.

setup file will create a virtual environment and install dependencies inside it.

$ cd PWA-Template/
$ sh setup.sh

To run locally

$ python3 app.py

Verify the deployment by navigating to your server address in your preferred browser.

localhost:8080

References

Some really good links worth checking out.

Todos

  • Reach 100 score in Accessibilty and Best Practices
  • Add login,signup and other standard templates
  • Brew more cool handy-features

Hey there, Happy coding!