Right now the way it is set up is
js module (available on npm) -> used by a simple pwa hosted on github.io (automatic build process)
The way I would like to do it is
js module (available on npm) -> a web component -> used by a simple pwa hosted on github.io (automatic build process)
Maybe instead of a js module it should be a web component?
Right now the way it is set up is
js module (available on npm) -> used by a simple pwa hosted on github.io (automatic build process)
The way I would like to do it is
js module (available on npm) -> a web component -> used by a simple pwa hosted on github.io (automatic build process)
Maybe instead of a js module it should be a web component?