https://github.com/cap-go/react-datastoragesqlite-app
React Test Capacitor Data Storage SQLite
https://github.com/cap-go/react-datastoragesqlite-app
Last synced: 3 months ago
JSON representation
React Test Capacitor Data Storage SQLite
- Host: GitHub
- URL: https://github.com/cap-go/react-datastoragesqlite-app
- Owner: Cap-go
- License: mit
- Created: 2020-02-18T18:45:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T15:43:38.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T00:23:25.679Z (8 months ago)
- Language: JavaScript
- Size: 4.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

React Data Storage SQLite App Starter
react-datastoragesqlite-app
React application demonstrating the use of the
capacitor-data-storage-sqlite
## Maintainers
| Maintainer | GitHub | Social |
| ----------------- | ----------------------------------------- | ------ |
| Quéau Jean Pierre | [jepiqueau](https://github.com/jepiqueau) | |
## Installation
To start clone the project
```bash
git clone https://github.com/jepiqueau/react-datastoragesqlite-app.git
cd react-datastoragesqlite-app
git remote rm origin
npm install
cd electron
npm install
cd ..
```
To install the latest release of the ```capacitor-data-storage-sqlite``` plugin
```bash
npm run update
npx cap sync
npx cap sync @capacitor-community/electron
npm run build
npx cap copy
npx cap copy web
npx cap copy @capacitor-community/electron
```
## Running the app
### BROWSER
```
npx cap serve
```
### IOS
```
npx cap open ios
```
### ANDROID
```
npx cap open android
```
### ELECTRON
```
npx cap open @capacitor-community/electron
```
## Documentation
- [capacitor-data-storage-sqlite](https://github.com/jepiqueau/capacitor-data-storage-sqlite/blob/master/readme.md)
- [react-data-storage-sqlite-hook](https://www.npmjs.com/package/react-data-storage-sqlite-hook)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!