/registry

A registry to resolve, transpile and serve esm-modules via a CDN. Uses UIDL as inuput.

Primary LanguageTypeScript

Registry

A cloud function, that generates esm-modules using UIDL convention. These ESM-modules are served using a CDN and can be used directly inside projects.

Setup

  • Clone the repository
  • Run yarn
  • Open two terminals and in one window run yarn watch
  • In another window run yarn dev