https://github.com/kaseyhinton/feedback-form
A simple form using LitElement, Redux, and Vaadin Components.
https://github.com/kaseyhinton/feedback-form
Last synced: about 2 months ago
JSON representation
A simple form using LitElement, Redux, and Vaadin Components.
- Host: GitHub
- URL: https://github.com/kaseyhinton/feedback-form
- Owner: kaseyhinton
- Created: 2018-08-08T19:58:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T22:40:25.000Z (about 6 years ago)
- Last Synced: 2025-04-01T16:17:01.611Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS IS OLD
[](https://github.com/Polymer/pwa-starter-kit "Built with pwa–starter–kit")
[](https://travis-ci.org/Polymer/pwa-starter-kit)# PWA Starter Kit - template-minimal-ui
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.This template uses Redux for state management like the `master` template, but doesn't use any of the `app-layout` elements (app-header or app-drawer) for the responsive UI.
### 📖Head over to the [documentation site](https://polymer.github.io/pwa-starter-kit/) for more details or check out [how to get started](https://polymer.github.io/pwa-starter-kit/setup/)!

## Known issues
These are high priority and currently being worked on, and they will all be fixed before the 1.0 release:
- `lit-element` and `lit-html` have IE11 compatibility issues
- if you have Node version 10, you might have problems running the unit tests (and you will get an error along the lines of `Cannot read property '1' of null`. For now, we recommend using node 8 or 9.## TODOs
- [x] setup Safari testing on Travis
- [ ] update to latest [material-design-web-components](https://github.com/material-components/material-components-web-components)
- [x] deploy all templates as demos