tgvashworth / ServiceWorker-Polyfill

[DEPRECATED] JavaScript ServiceWorker implementation, enabling exploration by authors.
66 stars 7 forks source link

Simple install and run #16

Closed jakearchibald closed 10 years ago

jakearchibald commented 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.

jakearchibald commented 10 years ago

My work laptop wouldn't let me change network settings, but launching Chrome (Canary) with --proxy-server=http=localhost:8080 did the trick.