All Projects → cloudfour → Pwastats

cloudfour / Pwastats

Licence: mit
A directory of Progressive Web App case studies.

Projects that are alternatives of or similar to Pwastats

Jfa Pwa Toolkit
⚡️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+178.41%)
Mutual labels:  push-notifications, offline, pwa, service-worker
Pwatter
Angular Progressive Web App using Workbox
Stars: ✭ 167 (+89.77%)
Mutual labels:  push-notifications, pwa, service-worker
Pushkit
All the required components to set up independent web push notifications 🎈
Stars: ✭ 45 (-48.86%)
Mutual labels:  push-notifications, pwa, service-worker
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+1168.18%)
Mutual labels:  push-notifications, offline, pwa
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+1626.14%)
Mutual labels:  offline, pwa, service-worker
Notes
Offline-first notepad PWA
Stars: ✭ 163 (+85.23%)
Mutual labels:  offline, pwa, service-worker
Navi
Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
Stars: ✭ 51 (-42.05%)
Mutual labels:  offline, pwa, service-worker
Upup
✈️ Easily create sites that work offline as well as online
Stars: ✭ 4,777 (+5328.41%)
Mutual labels:  offline, pwa, service-worker
Offline Plugin
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)
Stars: ✭ 4,444 (+4950%)
Mutual labels:  offline, pwa, service-worker
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (+245.45%)
Mutual labels:  offline, pwa, service-worker
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+1384.09%)
Mutual labels:  offline, pwa, service-worker
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+806.82%)
Mutual labels:  push-notifications, offline, pwa
Offline Gallery
🎈 A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: ✭ 90 (+2.27%)
Mutual labels:  offline, pwa, service-worker
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: ✭ 227 (+157.95%)
Mutual labels:  offline, pwa, service-worker
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: ✭ 265 (+201.14%)
Mutual labels:  offline, pwa, service-worker
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+655.68%)
Mutual labels:  offline, pwa, service-worker
Ionic Pwa
🚀 Build a Progressive Web App with Ionic and Angular. Push Notifications. Deployed to Firebase Hosting. The Complete guide to build your PWA. Service Workers. Lighthouse. Web Manifest
Stars: ✭ 87 (-1.14%)
Mutual labels:  push-notifications, pwa, service-worker
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+1054.55%)
Mutual labels:  offline, pwa
Hatebupwa
Hatena Bookmark search app.
Stars: ✭ 42 (-52.27%)
Mutual labels:  offline, pwa
Elm Hn Pwa
Hacker News as a PWA built with Elm
Stars: ✭ 43 (-51.14%)
Mutual labels:  pwa, service-worker

PWAStats

A directory of Progressive Web App case studies.

Contributing

See CONTRIBUTING.md

Developing

This site is built with Eleventy.

Quick start

This project relies on Node, and npm. Before following these steps you'll need to install node and npm if you haven't already.

Installation:

  1. Clone this repository.
  2. cd into the directory.
  3. Run npm ci to install dependencies.

For local development:

npm start

This will compile the site into the _site directory and run a local file server where you can preview the site: http://localhost:8080

For a single build:

npm run build

Fetching an icon for a PWA

npm run fetch-icon

This will ask you for the PWA url and the directory to download to. It will fetch the icon from the app's manifest.json.

Resizing icons

To resize all the PWA icons in images:

  1. Run npm install to install the dependencies
  2. Run npm run resize-images to automatically generate optimized 1x and 2x versions of the images
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].