Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 655 Bytes

Taggit

App for Mobile Web Applications and Security by Jasper Maes

Web app also hosted on GitHub.

The repository is located on GitHub.

Running the app locally

json-server --watch db.json

Followed by opening a webbrowser.

IMPORTANT: The app uses the GeoLocation API. In Chrome, this is only enabled when using HTTPS or localhost.

Generating the ServiceWorker

  npm install -g sw-precache
  sw-precache --config sw-precache-options.json --root='public' --verbose