This brings us to the end of our initial look at Svelte, including how to install it locally, create a starter app, and how the basics work. In the next article we'll start building our first proper application, a todo list. Before we do that, however, let's recap some of the things we've learned....development model of HTML, CSS, and JS, just adding a few extensions...just add a <script src="svelte.js"> tag to your page and import...