https://github.com/jackfallows/electron-react-sqlite-gui
https://github.com/jackfallows/electron-react-sqlite-gui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackfallows/electron-react-sqlite-gui
- Owner: JackFallows
- Created: 2023-07-18T10:23:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T14:47:59.000Z (almost 3 years ago)
- Last Synced: 2025-05-29T20:47:48.403Z (about 1 year ago)
- Language: TypeScript
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron/React app for querying SQLite databases
Work-in-progress
In a terminal window, run the following:
```
npm run start
```
In another terminal, run the following:
```
npm run electron-dev
```