Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Offline-Capable todo list built with Svelte, PouchDB and CouchDB
- Host: GitHub
- URL: https://github.com/neighbourhoodie/svelte-pouchdb-couchdb
- Owner: neighbourhoodie
- Created: 2019-05-14T13:08:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T12:27:59.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:45:27.238Z (6 months ago)
- Language: JavaScript
- Homepage: https://neighbourhood.ie/blog/2019/05/10/an-offline-first-todo-list-with-svelte-pouchdb-and-couchdb/
- Size: 5.86 KB
- Stars: 64
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.