https://github.com/pythoninthegrass/pwa-starter
https://github.com/pythoninthegrass/pwa-starter
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythoninthegrass/pwa-starter
- Owner: pythoninthegrass
- License: other
- Created: 2023-08-01T22:48:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T22:48:19.000Z (over 2 years ago)
- Last Synced: 2025-01-11T16:50:24.914Z (about 1 year ago)
- Language: TypeScript
- Size: 2.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[Documentation](https://docs.pwabuilder.com/#/starter/quick-start)
The PWABuilder pwa-starter is our opinionated, best practices, production tested starter that we use to build all of our PWAs, including [PWABuilder itself](https://blog.pwabuilder.com/posts/introducing-the-brand-new-pwa-builder/)! The pwa-starter is a starter codebase, just like create-react-app or the Angular CLI can generate, that uses the PWABuilder team's preferred front-end tech stack.
[](https://www.youtube.com/watch?v=u3pWKpmic_k)
With it you get an app that:
- Has no build system to set up and no boilerplate code to add. Everything is included out of the box.
- Has a Service Worker system using [Workbox](https://developers.google.com/web/tools/workbox/)
- Scores close to 100 on Lighthouse out of the box
- Has everything needed to be installable in the browser
- Is ready to be package for the app stores using [PWABuilder](https://www.pwabuilder.com)
- Uses the [Azure Static Web Apps CLI](https://azure.github.io/static-web-apps-cli) which enables emulating your production environment locally, and gets you ready for deploying to Azure Static Web Apps!
and all with just a few button clicks 😊.