Link
https://svelte-todo.log-n.now.sh
Test made in Svelte.
Todo list app.
Instructions:
Create a project folder;
Clone svelte-template to your main project folder:
git clone https://github.com/sveltejs/template.git
And Crtl + x all files on svelte-template and paste to your main project folder;
Install all dependencies:
npm i
Test if It's all right and start coding:
npm run dev