Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 209 Bytes

File metadata and controls

15 lines (11 loc) · 209 Bytes

haxe-app

An Electron App built using the Haxe programming language.

cd haxe-app/

## Install electron
haxelib install electron

## Build and run the app
haxe build.hxml
npm install
npm run start