PWA Template is a must have asset for hackathons or for instant prototype building for web/android app project.
- 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.
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
Some really good links worth checking out.
- Framework7 Docs
- Flask Docs
- Deploying your app to Heroku Cloud
- Get Beautiful Icon sets
- Google Workbox Docs
- Add Google Analytics
- Use Google Search Console
- Add Push Notifications
- Test your application on various mobile simulators
- Reach 100 score in Accessibilty and Best Practices
- Add login,signup and other standard templates
- Brew more cool handy-features
Hey there, Happy coding!