https://github.com/askdkc/electron-memo-app
Electronで作ったサンプルメモアプリ。SQLiteを使用しデータは永続化される。
https://github.com/askdkc/electron-memo-app
electron sqlite
Last synced: 5 months ago
JSON representation
Electronで作ったサンプルメモアプリ。SQLiteを使用しデータは永続化される。
- Host: GitHub
- URL: https://github.com/askdkc/electron-memo-app
- Owner: askdkc
- License: mit
- Created: 2025-04-09T04:38:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-27T21:28:05.000Z (9 months ago)
- Last Synced: 2025-09-27T23:33:41.095Z (9 months ago)
- Topics: electron, sqlite
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electronのメモアプリ
Electronで作ったサンプルメモアプリ(データはSQLiteで永続化される)

## 使い方
```bash
git clone git@github.com:askdkc/electron-memo-app.git
npm i
npm run start
```
## 実行ファイル生成
- Windows
```bash
npm run package-win
```
- macOS
```bash
npm run package-mac
```
- Linux
```bash
npm run package-linux
```
# License
MIT