Psst — looking for a more complete solution? Check out SvelteKit, the official framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
Looking for a shareable component template instead? Go here --> sveltejs/component-template
https://mmajdanski.github.io/svelte-todo/
This is a simple Todo application that was created with Svelte and Sveltestrap.
Feel free to use different styling from Tailwind
This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template.
To create a new project based on this template using degit:
npx degit sveltejs/template svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev