(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.
git clone https://github.com/binaryfunt/electron-seamless-titlebar-tutorial.git
cd electron-seamless-titlebar-tutorial/src
npm install
npm start