MMMarco Monsantoinblog.marcomonsanto.com·Oct 23, 2020 · 1 min readSvelteJS simple appIn 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...00