Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 506 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 506 Bytes

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.