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
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-rxdb
- Owner: mohamedsamara
- License: mit
- Created: 2023-06-05T01:16:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T05:45:50.000Z (over 2 years ago)
- Last Synced: 2025-08-06T19:49:51.422Z (11 months ago)
- Topics: rxdb, tailwindcss, zod
- Language: TypeScript
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```