SvelteJS simple app
Oct 23, 2020 · 1 min read · 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...
Join discussion