This template is still being developed and is not yet production ready. There are things that haven't been finalized yet, so this repo might change before it's ready for release. Check out the list of Known Issues and TODOs for updates.
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
- example of using Redux for state management
- offline UI
- simple routing solution
- fast time-to-interactive and first-paint through the PRPL pattern
- easy deployment to prpl-server or static hosting
- unit and integrating testing starting points
- documentation about other advanced patterns.
Head over to the wiki for more details!
- does not work Edge and Safari < 11.1 (object spread operator issue)
- does not work on IE11 (String.prototype.startsWith issue)
- ES5 bundle is broken (issue)
- add Safari testing on Travis
- update to latest material-design-web-components
- deploy all templates as demos