Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Polymer/pwa-starter-kit
Starter templates for building full-featured Progressive Web Apps from web components.
https://github.com/Polymer/pwa-starter-kit
Last synced: 3 months ago
JSON representation
Starter templates for building full-featured Progressive Web Apps from web components.
- Host: GitHub
- URL: https://github.com/Polymer/pwa-starter-kit
- Owner: Polymer
- Archived: true
- Created: 2017-09-08T22:22:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T23:51:23.000Z (almost 5 years ago)
- Last Synced: 2024-09-26T22:24:36.249Z (4 months ago)
- Language: JavaScript
- Homepage: https://pwa-starter-kit.polymer-project.org
- Size: 10.1 MB
- Stars: 2,363
- Watchers: 138
- Forks: 431
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - Polymer/pwa-starter-kit - Starter templates for building full-featured Progressive Web Apps from web components. (others)
README
[![Built with pwa–starter–kit](https://img.shields.io/badge/built_with-pwa–starter–kit_-blue.svg)](https://github.com/Polymer/pwa-starter-kit "Built with pwa–starter–kit")
[![Build status](https://api.travis-ci.org/Polymer/pwa-starter-kit.svg?branch=master)](https://travis-ci.org/Polymer/pwa-starter-kit)> ## Status: No longer under development
>
> This project is no longer under development.
>
> If you're interested in continuing to use PWA Starter Kit, feel free to fork and modify it as you like.
>
> If you want to start a new application project using LitElement, the [open-wc application scaffold generator](https://open-wc.org/init/) is one good starting point.# 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
- 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 [documentation site](https://pwa-starter-kit.polymer-project.org/) for more details or check out [how to get started](https://pwa-starter-kit.polymer-project.org/setup)!
![pwa-starter-kit screenshot](https://user-images.githubusercontent.com/1369170/39715580-a1be5126-51e2-11e8-8440-96b07be03a3c.png)
## TODOs
- [x] Setup Safari testing on Travis.
- [x] Deploy all templates as demos.
- [ ] Update to latest [Material Web Components](https://github.com/material-components/material-components-web-components).