Getting Started with StaticDelivr
StaticDelivr is a free, open-source CDN designed for speeding up the delivery of static assets. You can integrate StaticDelivr into your project with minimal setup, providing faster access to your assets via our globally distributed network.
Steps to Get Started:
-
Include StaticDelivr CDN Links:
- Simply use the following format to include assets from GitHub or npm:
https://cdn.staticdelivr.com/npm/package@version/file https://cdn.staticdelivr.com/gh/user/repo/branch/file
- Simply use the following format to include assets from GitHub or npm:
-
Example Usage:
- Add this to your HTML file:
<script src="https://cdn.staticdelivr.com/npm/[email protected]/umd/react.production.min.js"></script>
- Add this to your HTML file: