Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukechu10/svelte-todomvc

TodoMVC implementation in Svelte
https://github.com/lukechu10/svelte-todomvc

svelte todomvc

Last synced: 24 days ago
JSON representation

TodoMVC implementation in Svelte

Awesome Lists containing this project

README

        

# TodoMVC for Svelte!

An implementation of TodoMVC for Svelte.

## Build instructions
### Requirements
- NodeJS
- Yarn package manager

```bash
git clone https://github.com/lukechu10/svelte-todomvc svelte-todomvc # clone the repository
cd svelte-todomvc

# Production build
yarn build
npx http-server public # launch a static http server of your choice with root in public/

# Dev server
yarn dev
```