Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neighbourhoodie/svelte-pouchdb-couchdb

Offline-Capable todo list built with Svelte, PouchDB and CouchDB
https://github.com/neighbourhoodie/svelte-pouchdb-couchdb

Last synced: about 2 months ago
JSON representation

Offline-Capable todo list built with Svelte, PouchDB and CouchDB

Awesome Lists containing this project

README

        

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

This is a [Svelte](https://svelte.technology) 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](https://nodejs.org) installed.*

## Get started

```bash
npm install
npm run dev
```

Navigate to [localhost:8080](http://localhost:8080). You should see your app running. Edit a component file in `src`, save it, and the page should reload with your changes.