Files
BIPMaterialManager/README.md
2026-02-28 20:36:59 +08:00

535 B

erpauto

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