This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
electron-app/README.md
2026-01-25 21:06:58 +01:00

540 B

electron-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