https://github.com/mistlog/svelte-draft-todo-mvc
TodoMVC implemented in svelte-draft
https://github.com/mistlog/svelte-draft-todo-mvc
Last synced: 2 months ago
JSON representation
TodoMVC implemented in svelte-draft
- Host: GitHub
- URL: https://github.com/mistlog/svelte-draft-todo-mvc
- Owner: mistlog
- License: mit
- Created: 2020-01-30T09:40:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:29:18.000Z (over 2 years ago)
- Last Synced: 2025-02-01T15:31:08.344Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Draft TodoMVC
TodoMVC implemented in [svelte-draft](https://github.com/mistlog/svelte-draft), adapted from [svelte-todomvc](https://github.com/sveltejs/svelte-todomvc).
Online playground: https://codesandbox.io/s/svelte-draft-todo-mvc-pt6jz
## Run```shell
> npm install
> npm run dev
```## License
This project is [MIT licensed](https://github.com/mistlog/svelte-draft-todo-mvc/blob/master/LICENSE).