Very barebones, WIP
A simple template meant to provide a kickstart for a progressively enhanced web app. If you're looking for a complex SPA application a PWA Builder would be a better start.
- TypeScript - type safety, code suggestions and nice integration with lit.
- lit - a familiar way of writing complex components
- 11ty - for Static Site Generation by taking advantage of templating
- Rollup - minifaction, bundling and dealing with js
- Workbox - more pleasant service worker experience
- Install dependencies -
npm i
- Start
npm start
- Recommended: install recommended VS Code extensions
- In VS Code launch
Run PWA
task (default F5)