SvelteJS simple app
In this post we will create a Counter with SvelteJS. This is a very simple implementation, but will you to see what the source code of a simple SvelteJS application looks like.
Creating the template
Add the template to our Counter.svelte file
<p>{co...
blog.marcomonsanto.com1 min read