Use Crypto Monitor to track your cryptocurrency portfolio. All data is saved to local storage.
-
yarn build
-
serve -s build
(serve
is superior to the create-react-app recommendedpush-server
in production -
Ensure your service worker is running locally by visiting
chrome://serviceworker-internals/
-
Open
chrome://serviceworker-internals/
-
Click the
unregister
button beneath your project' service worker details
2a. If your service worker instance persists (this tends to happen with Firefox, and Safari), open your command line, and run killall -9 node
to kill all node processes running on your localhost