Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.31 KB

⚠️🚨Disclaimer: 🚨⚠️

This template is still being developed and is not yet production ready. There are things that haven't been finalized yet (such as the docs and the bundling solution), so this repo might change a signficant amount before it's ready for release.

PWA Starter Kit

This sample app is a starting point for building PWAs. Out of the box, the template gives you the following features:

  • all the PWA goodness (manifest, service worker)
  • a responsive layout
  • application theming
  • Redux for state management
  • fast time-to-interactive and first-paint through the PRPL pattern.
  • deployment to AppEngine

Head over to the wiki for more details!

pwa-starter-kit screenshot

TODOs

  • polymer build is not ready yet
  • service worker isn't ready yet
  • figure out the different bundles needed for different browsers
  • related: figure out polyfills, and making it work on all supported browsers
  • figure out the deployment story
  • figure out testing framework to use
  • update to use blessed UI elements/components (icon, app layout, shared styles)
  • docs cleanup
  • final code cleanup
  • deploy all templates for demos