An open API service indexing awesome lists of open source software.

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

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).