Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 614 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 614 Bytes

Developing with electron-tsx-app

Recommended IDE Setup

Development Flow

Install

$ npm install

Development

$ npm run dev

Testing

$ npm run test

or for debugging the tests:

$ npm run dev:test

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux