Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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