In Progress
This helps users remove unnecessary cookies (e.g. Google Analytics cookies on shared domains like .ucdavis.edu) that can contribute to request header size issues.
Install dependencies for the demo app:
cd app && npm installStart the webpack watcher (rebuilds on file changes):
npm run devIn a separate terminal, start the local HTTP server:
npm run serveThen open http://localhost:8080 in your browser.