Go to file
zelda 85665b39c4 Merge pull request 'remove notifi' (#3) from zelda.add-config into main
Reviewed-on: #3
2025-05-16 17:22:41 +10:00
build update notification 2025-05-07 16:50:40 +07:00
resources update notification 2025-05-07 16:50:40 +07:00
src remove notifi 2025-05-16 14:17:52 +07:00
.editorconfig first commit 2025-05-06 16:52:24 +07:00
.gitignore update notification 2025-05-07 16:50:40 +07:00
.prettierignore first commit 2025-05-06 16:52:24 +07:00
.prettierrc.yaml first commit 2025-05-06 16:52:24 +07:00
README.md update notification 2025-05-07 16:50:40 +07:00
dev-app-update.yml update notification 2025-05-07 16:50:40 +07:00
electron-builder.yml update notification 2025-05-07 16:50:40 +07:00
electron.vite.config.ts first commit 2025-05-06 16:52:24 +07:00
eslint.config.mjs update config future 2025-05-09 15:10:21 +07:00
package-lock.json update config future 2025-05-09 15:10:21 +07:00
package.json update config future 2025-05-09 15:10:21 +07:00
tsconfig.json first commit 2025-05-06 16:52:24 +07:00
tsconfig.node.json first commit 2025-05-06 16:52:24 +07:00
tsconfig.web.json first commit 2025-05-06 16:52:24 +07:00

README.md

new-item-app

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux