Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 532 Bytes

offline-first-apps

Offline-first-apps is a simple demo demonstrating how you can use Service Workers, the Cache API and IndexedDB to store content into the user's browser and make the application fully available even when there's no internet connection.

Install it

So you can get this toy working into your machine, you can do the following:

git clone [email protected]:OrencioRodolfo/offline-first-apps.git
npm run init

And rock n' roll!

Screenshots