relic/README.md
2023-10-24 00:46:05 +02:00

523 B

rs-bundler

An Electron application with React

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