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

https://github.com/mohamedsamara/react-rxdb

React and RxDB
https://github.com/mohamedsamara/react-rxdb

rxdb tailwindcss zod

Last synced: about 2 months ago
JSON representation

React and RxDB

Awesome Lists containing this project

README

          

# 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 `.

3. Run `yarn install` in order to install dependencies.

## Languages & tools

- [React](https://reactjs.org/)

- [TypeScript](https://www.typescriptlang.org/)

- [RxDB](https://rxdb.info/)

- [Zod](https://zod.dev/)

- [Tailwind CSS](https://tailwindcss.com/)

## 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
```