Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.01 KB

elePWAnty

elePWAnty logo

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.

Decisions

  • 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

Running locally

  • Install dependencies - npm i
  • Start npm start
  • Recommended: install recommended VS Code extensions

Running as PWA

  • In VS Code launch Run PWA task (default F5)