salviosage / offline-wikipedia

Demo of how something like Wikipedia could be offline-first

Home Page:https://wiki-offline.jakearchibald.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline Wikipedia Demo

Offline Wikipedia is a demo of how a content site such as Wikipedia could offer offline content.

Running locally

Install dependencies:

npm install
npm run update

Run dev server:

npm run serve

Or, run without the offline capabilities:

npm run serve-no-sw

Running without offline capabilities means you get the latest version each time you hit refresh.

About

Demo of how something like Wikipedia could be offline-first

https://wiki-offline.jakearchibald.com

License:MIT License


Languages

Language:HTML 78.5%Language:CSS 13.2%Language:JavaScript 8.3%