July 2018
Intermediate to advanced
354 pages
8h 51m
English
Workbox is a collection of library and node modules. To get the full breadth of the tool, you need to install the node modules globally and clone the GitHub repository. Cloning the library is not required, but I recommend it so that you can study how the library is structured:
> npm install -g workbox-cli
The Workbox node modules include command-line interfaces to help you scaffold your service worker and Workbox components. I will cover how to use the CLI as I explain the different parts of the tool.
The first step you need to take after installing the CLI is to run the Workbox wizard:
> workbox wizard
This will start a series of questions about your application:
This will create a configuration file that the workbox-cli ...
Read now
Unlock full access