React Rxdb Example Save

Anonymous chat app built with React, RxDB and PouchDB that works offline.

Project README

react-rxdb-example

A simple anoymous chat app that shows how you can create offline apps with React and RxDB, using a local IndexedDB database.

This project was bootstrapped with Create React App.

Requerimients

  • Node version 6 or superior. You can use nvm to switch between Node versions.
  • A modern browser that supports IndexedDB.

Installation

  1. Clone this repo and cd into it.
  2. Execute npm install to download depencencies.
  3. Execute npm start to start the dev version of the app and test the local database functionality RxDB provides.
  4. To test the offiline functionality provided by create-react-app, you should take into account some considerations, but basically, execute npm run build to build a production build of the app and then execute npm run offline, go to http://localhost:3000 (in incognito mode if possible, since this will install a service worker and its manifest) and go offline to test it.
  5. Also, you can go to http://localhost:5984/_utils/ to open the database web interface.

License

MIT

Open Source Agenda is not affiliated with "React Rxdb Example" Project. README Source: eh3rrera/react-rxdb-example
Stars
39
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating