Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

millette/rpb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpb

PouchDB demo with local storage (built with Parcel)

All data resides only within the browser, no server required.

This demo let's you create databases, sync them with one another, edit and delete documents.

The demo db is seeded with the content of initial-batch.json on page load.

Install

git clone https://github.com/millette/rpb.git
cd rpb
npm install
npm run build # next, launch webserver from dist/ directory
npm run start # if you are developping, use this

About

PouchDB and Parcel bundler

Resources

Stars

Watchers

Forks

Packages

No packages published