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