a medium-like Clap button/WebComponent made with Svelte custom element API
$ node -v
v11.15.0
$ npm install
$ npm run build && npm run start
Move public/build/bundle.js
to your webhost and then add this code to your web page,
<script src='bundle.js'></script>
<clap-it style="" api=""/>
- style, css need to be inline i.e.
width:60px; height:60px; margin-top:30px; fill:red; stroke:red; color:red;
- api, Base API URL i.e
http://0.0.0.0:3000
, make use of your own API