Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 529 Bytes

File metadata and controls

32 lines (21 loc) · 529 Bytes

aether

An Electron application with React and TypeScript

Recommended IDE 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