jepiqueau / react-datastoragesqlite-app

React Test Capacitor Data Storage SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

Installation

To start clone the project

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

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

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

React Test Capacitor Data Storage SQLite

License:MIT License


Languages

Language:JavaScript 69.1%Language:TypeScript 19.2%Language:Swift 4.6%Language:CSS 2.4%Language:HTML 2.2%Language:Java 1.7%Language:Ruby 0.7%