Skip to content

PWA sample app created with Lightning Web Components and Workbox

Notifications You must be signed in to change notification settings

ccoenraets/lwc-pwa-demo

Repository files navigation

PWA with Lightning Web Components and Workbox

Sample application showing a Progressive Web App (PWA) built with Lightning Web Components and the Workbox toolkit.

This sample application demonstrates how to buid an app that works offline and can be installed on your desktop or on the home screen of your local device.

Check out this blog post for more information.

Installation Instructions

  1. Clone this repository

    git clone https://github.com/ccoenraets/lwc-pwa-demo
    cd lwc-pwa-demo
    
  2. Install the dependencies

    npm install
    
  3. Build the application

    npm run build:development
    

    or (production build):

    npm run build
    
  4. Start the server

    node server
    
  5. Access the application at http://localhost:3001

Follow the steps in this blog post to work offline and install the application on your desktop.

About

PWA sample app created with Lightning Web Components and Workbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published