Skip to content

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