https://github.com/paraboly/internal-paraboly
Parabol Internal Dashboard
https://github.com/paraboly/internal-paraboly
Last synced: about 1 year ago
JSON representation
Parabol Internal Dashboard
- Host: GitHub
- URL: https://github.com/paraboly/internal-paraboly
- Owner: Paraboly
- Created: 2019-11-14T15:36:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T09:30:25.000Z (over 3 years ago)
- Last Synced: 2025-02-15T14:54:16.573Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/Polymer/pwa-starter-kit "Built with pwa–starter–kit")
[](https://travis-ci.org/Polymer/pwa-starter-kit)
> ## 🛠 Status: In Development
> PWA Starter Kit is currently in development. It's on the fast track to a 1.0 release, so we encourage you to use it and give us your feedback, but there are things that haven't been finalized yet and you can expect some changes.
>
> See the list of Known Issues and TODOs, below, for updates.
# 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)!

## 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).