Svelte – First Time!

https://svelte.dev/blog/svelte-for-new-developers

In my Dropbox/svelte directory

npx degit sveltejs/template my-svelte-project

cd my-svelte-project

npm install

(“TODO update the template, it needs..some work” said TODO: command not found. I’m doing that in the wrong place!!! but worked OK anyway with next command!)

npm run dev

Gets it running on localhost:5000

Then did “Try changing src/App.svelte and saving it. The application will reload with your changes” and that worked OK.

So that’s the last bit of that. Need to move on!!!!