Skip to content

Files

Latest commit

fd4eee0 · Oct 12, 2021

History

History

hello-electron

README.md

Hello Electron

An Electron demo application. See Writing Your First Electron App for further detail.

Usage

Install

Install dependencies as follows:

npm install

Run

Run the app as follows:

npm start

Test

Execute tests as follows:

npm test