An open API service indexing awesome lists of open source software.

https://github.com/jadjoubran/workbox-tutorial-v4


https://github.com/jadjoubran/workbox-tutorial-v4

service-worker tutorial workbox

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workbox v4 Tutorial

Full article on smashing magazine: [Build A PWA with Webpack and Workbox](https://www.smashingmagazine.com/2019/06/pwa-webpack-workbox/)

Setup instructions

```bash
git clone git@github.com:jadjoubran/workbox-tutorial-v4.git
cd workbox-tutorial-v4
npm install
npm run dev
```

Then navigate to [http://localhost:8080/](http://localhost:8080/) in your browser.

## Solution

Solution is available in the `solution` folder.