Go to file
Admin 933aa7fbf1 update save config 2025-09-18 16:13:49 +07:00
build update save config 2025-09-18 16:13:49 +07:00
resources update save config 2025-09-18 16:13:49 +07:00
src update save config 2025-09-18 16:13:49 +07:00
.editorconfig update 2025-09-17 14:12:11 +07:00
.gitignore update 2025-09-17 14:12:11 +07:00
.prettierignore first commit 2025-09-17 13:38:13 +07:00
.prettierrc.yaml update 2025-09-17 14:12:11 +07:00
README.md update 2025-09-17 14:12:11 +07:00
dev-app-update.yml update 2025-09-17 14:12:11 +07:00
electron-builder.yml update save config 2025-09-18 16:13:49 +07:00
electron.vite.config.ts first commit 2025-09-17 13:38:13 +07:00
eslint.config.mjs update 2025-09-17 14:12:11 +07:00
package-lock.json update save config 2025-09-18 07:59:42 +07:00
package.json update save config 2025-09-18 07:59:42 +07:00
tsconfig.json update 2025-09-17 14:12:11 +07:00
tsconfig.node.json first commit 2025-09-17 13:38:13 +07:00
tsconfig.web.json first commit 2025-09-17 13:38:13 +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