In "module" mode, the server looks for the "module"/"esnext:main" fields in package.json for an ES module. Also, it redirects to the real file path so that relative imports work.
unpkg
unpkg is a fast, global CDN for everything on npm.
The project is sponsored by Cloudflare and Heroku.
Development
The website was built using create-react-app. This is the app you see when you run yarn start
. However, none of the package links will work.
To start the backend, use yarn run server
. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests.
Description
Languages
JavaScript
99.9%