davidv1992 / testApp

Clone to try a simple Electron app

Home Page:https://electron.atom.io/docs/tutorial/quick-start/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testApp

build instructions

From command line, run:

yarn
.\node_modules\.bin\electron-builder -w appx
makeappx unpack /p dist\testApp-1.0.0.appx /d dist\unpack
rm dist\unpack\assets\*
cp assets\* dist\unpack\assets\
makeappx pack /p dist\testApp-1.0.0.appx /d dist\unpack

License

CC0 1.0 (Public Domain)

About

Clone to try a simple Electron app

https://electron.atom.io/docs/tutorial/quick-start/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 76.3%Language:HTML 23.7%