An open API service indexing awesome lists of open source software.

https://github.com/tpiros/cloudinary-workbox-plugin-example


https://github.com/tpiros/cloudinary-workbox-plugin-example

Last synced: about 2 months ago
JSON representation

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`.