react-data-storage-sqlite-app-starter
CAPACITOR 3
Ionic/React application demonstrating the use of the
capacitor-data-storage-sqlite
Maintainer | GitHub | Social |
---|---|---|
Quéau Jean Pierre | jepiqueau |
To start clone the project
git clone https://github.com/jepiqueau/react-data-storage-sqlite-app-starter.git
cd react-data-storage-sqlite-app-starter
git remote rm origin
npm install
cd electron
npm install
npm i --save sqlite3
npm i --save-dev @types/sqlite3
npm run build
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
npx cap serve
npx cap open ios
npx cap open android
npx cap open @capacitor-community/electron
-capacitor-data-storage-sqlite
-react-data-storage-sqlite-hook
Thanks goes to these wonderful people (emoji key):
Jean Pierre Quéau 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!