SvelteJS todo application regarding the YouTube video from Andre Madarang, developed with Svelte starter template. It lives on https://sveltejs-todo-app.netlify.com/
Install the dependencies...
cd svelte-todo-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.