An open API service indexing awesome lists of open source software.

https://github.com/arvindkumarbadwal/electron-react-sqlite3


https://github.com/arvindkumarbadwal/electron-react-sqlite3

Last synced: 11 months ago
JSON representation

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
```