Progressive Web App which allows user to download images then retrieve them while offline.
- Run npm install to install dependencies
- Run gulp command to initialize development server. Note: Since this uses a service worker designed to cache files for offline use, you will likely need to clear local site storage when making certain updates. Do so via the Application tab in Chrome DevTools.
- When finished, your compiled project will reside within the contents of the /dist folder
- gulp - Browser auto-refresh on save and babel transpiler
- localForage - Library used to store data locally in IndexedDB
- Special thanks to Dominik Fiala for his helpful article on generating PWA icons