Closed jakearchibald closed 10 years ago
Ideally, running:
npm -g install serviceworker && serviceworker
…or for dev:
git clone git@github.com:phuu/serviceworker-demo.git cd serviceworker-demo npm install && bin/serviceworker
…should:
Basically, everything you need in one line.
My work laptop wouldn't let me change network settings, but launching Chrome (Canary) with --proxy-server=http=localhost:8080 did the trick.
Ideally, running:
…or for dev:
…should:
Basically, everything you need in one line.