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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installation of example app (at tutorial starting point)

(For the full final app, see the src directory)

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

Command line:

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

cd electron-seamless-titlebar-tutorial/src-start

npm install

npm start