Go to file
Admin bdc9a49da2 update show hide window 2025-06-04 15:11:41 +07:00
build update notification 2025-05-07 16:50:40 +07:00
resources update notification 2025-05-07 16:50:40 +07:00
src update show hide window 2025-06-04 15:11:41 +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 start up 2025-06-03 21:58:23 +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 show hide window 2025-06-04 15:11:41 +07:00
package.json update start up 2025-06-03 21:58:23 +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