https://github.com/arvindkumarbadwal/electron-react-sqlite3
https://github.com/arvindkumarbadwal/electron-react-sqlite3
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arvindkumarbadwal/electron-react-sqlite3
- Owner: arvindkumarbadwal
- Created: 2020-02-04T13:59:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T05:29:29.000Z (over 3 years ago)
- Last Synced: 2025-06-27T15:11:29.827Z (12 months ago)
- Language: JavaScript
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-react-sqlite3
## Setup
```bash
npm install electron@8.0.0 -g
npm install electron-rebuild -g
npm install
electron-rebuild -f -w sqlite3
```
## Development Run
```bash
npm run dev
```
## Production Run
```bash
npm run build
npm run electron
```