Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 424 Bytes

File metadata and controls

17 lines (10 loc) · 424 Bytes

Installation of complete example app

(For the tutorial starting point app, see the src-start directory)

Assuming you have Node installed, clone this repo and run npm install in the src directory.

Command line:

git clone https://github.com/binaryfunt/electron-seamless-titlebar-tutorial.git

cd electron-seamless-titlebar-tutorial/src

npm install

npm start