Home

Awesome

Svelte + PouchDB + CouchDB - Offline-Capable Todo-List

This is a Svelte app that accompanies a blog post on combining Svelte, PouchDB and CouchDB for simple offline win.

Note that you will need to have Node.js installed.

Get started

npm install
npm run dev

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.