Go to file
Admin ad585e276e add furture auto open 2025-05-28 08:27:27 +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 add furture auto open 2025-05-28 08:27:27 +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 add furture auto open 2025-05-28 08:27:27 +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