Skip to content

neighbourhoodie/svelte-pouchdb-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.