Full article on smashing magazine: Build A PWA with Webpack and Workbox
Setup instructions
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/ in your browser.
Solution is available in the solution
folder.