https://github.com/tpiros/cloudinary-workbox-plugin-example
https://github.com/tpiros/cloudinary-workbox-plugin-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpiros/cloudinary-workbox-plugin-example
- Owner: tpiros
- Created: 2019-02-08T11:14:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T15:59:11.000Z (about 6 years ago)
- Last Synced: 2025-02-12T21:44:47.447Z (4 months ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adaptive image caching based on network speed with Workbox.js
In order to install the dependencies please execute `npm i` from the project folder.
Once the dependencies have been installed, please run `npm run build` (webpack) or `npm run build:gulp` (gulp). (There are no differences in the output.)
Once the build is complete you can find the final, built project under the `build` folder.
## Serve the application
In order to serve the contents of the build folder and to see the final solution execute `npm start`.