All Projects → fgerschau → react-pwa-boilerplate

fgerschau / react-pwa-boilerplate

Licence: other
Simple React PWA setup using Webpack, Workbox and TypeScript

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to react-pwa-boilerplate

Pwafire
Progressive Web Apps API of APIs
Stars: ✭ 137 (+372.41%)
Mutual labels:  workbox
React-Redux-Saga-Advanced-Starter
Boilerplate for Advanced usage with React, Redux, React-Router-Redux, Redux-Saga, Immutable, Reselect, Recompose, Axios, HMR, Babel v7, Jest, Eslint, and more
Stars: ✭ 66 (+127.59%)
Mutual labels:  boilerplate-front-end
parcel-plugin-workbox
🛠️ A plugin for Parcel to generate a service worker with Workbox.
Stars: ✭ 18 (-37.93%)
Mutual labels:  workbox
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+537.93%)
Mutual labels:  workbox
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (-27.59%)
Mutual labels:  boilerplate-front-end
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-17.24%)
Mutual labels:  boilerplate-front-end
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: ✭ 1,306 (+4403.45%)
Mutual labels:  workbox
next-with-workbox
Higher order Next.js config to generate service workers
Stars: ✭ 22 (-24.14%)
Mutual labels:  workbox
next-express-emotion
Easy way to setup NextJS 12.0.7, React 17.0.2, Express 4.17.2, and @emotion/react 11.7.1 locally.
Stars: ✭ 31 (+6.9%)
Mutual labels:  boilerplate-front-end
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (-31.03%)
Mutual labels:  workbox
Vite Plugin Pwa
Zero-config PWA for Vite
Stars: ✭ 209 (+620.69%)
Mutual labels:  workbox
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+27.59%)
Mutual labels:  boilerplate-front-end
boilerplate-react-redux-pwa
It's sample boilerplate with pwa + react + redux + redux-saga
Stars: ✭ 14 (-51.72%)
Mutual labels:  workbox
Pwatter
Angular Progressive Web App using Workbox
Stars: ✭ 167 (+475.86%)
Mutual labels:  workbox
the-shrine-ng
🔴 A progressive web app of a retro soundboard. The Shrine comes with "Gude Laune!" and many more legendary sounds. 🔊
Stars: ✭ 16 (-44.83%)
Mutual labels:  workbox
React Redux Bootstrap Webpack Starter
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
Stars: ✭ 133 (+358.62%)
Mutual labels:  workbox
adminlte-3-angular
Angular 15.0.1 start-up project with AdminLTE 3.2.0 template
Stars: ✭ 167 (+475.86%)
Mutual labels:  boilerplate-front-end
workbox-cdn
Workbox Unofficial CDN and standalone NPM package.
Stars: ✭ 27 (-6.9%)
Mutual labels:  workbox
angular-material-starter-template
🍄 Angular 14 boilerplate that comes with Material-UI, Tailwind3, Purgecss, Jest & Cypress Support, Optimal project structure & Interceptor inspired from popular blogs, source map analyzer tools, husky, all pre-configured and much more...
Stars: ✭ 104 (+258.62%)
Mutual labels:  boilerplate-front-end
speedy-math
An application which allows user (small kids) to practice basic Mathematics operations
Stars: ✭ 28 (-3.45%)
Mutual labels:  workbox

Getting started

yarn install
yarn start

Debugging service workers

You may have noticed that running yarn start doesn't register any service workers.

That's because offline capabilities are confusing during development since you would always see the cached version instead of the latest one with your changes.

You can debug service workers locally by building the production bundle and serving it like this:

yarn run build
yarn run serve
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].