Files
bodyshop-desktop/README.md
Patrick Fic 87b261178c React 19, Electron 35 barebones init.
Remaining files.
2025-03-11 14:56:35 -07:00

544 B

bodyshop-desktop

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