pwa-starter
pwa-starter copied to clipboard
Welcome to the PWABuilder pwa-starter! Looking to build a new Progressive Web App and not sure where to get started? This is what you are looking for!
This PR is all about simplifying the PWA Starter further, based on internal and external feedback: - Removes the `script` directory, instead it is now `src/pages` and `src/components` for all...
This PR fixes routing for [GitHub Pages deployments](https://docs.pwabuilder.com/#/starter/publish?id=github-pages). Without this change, the router doesn't work and the app crashes.
Fix globPatterns for images png.
This introduces ESLint along with the typescript and lit plugins. It also changes any code currently producing a lint error. Was poking around the repo and noticed this wasn't already...