Skip to content

mohamedsamara/react-rxdb

Repository files navigation

React RxDB

Description

This project is an example of using RxDB local database

Quick start

  1. Clone this repo using git clone https://github.com/mohamedsamara/react-rxdb.git
  2. Move to the directory: cd <PROJECT_NAME>.
  3. Run yarn install in order to install dependencies.

Languages & tools

Start development

yarn dev

Simple build for production

yarn build

Preview production build

yarn preview

Format with Prettier

yarn format

Run Linter

yarn lint

Testing with Jest

yarn test

E2E Testing with Cypress

yarn cypress:open