Alert box web component in Svelte
Experimentation(demonstration ?) of building a webcomponent (custom element) in ESM with svelte, rollup and jest.
like every nodejs project, install deps with :
npm install
start developpment with :
npm run start:local