Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 526 Bytes

Electron-testing-app-2

Requirements

Usage

npm install
npm start

Package App (WineHQ necessary if packaging for windows on a non-windows OS)

# create electron package for ubuntu
npm run package-u

# create electron package for windows
npm run package-w
Made with the purpose of learning

Thanks to hawok for the starter repository