The tutorial for electron. electron and atom-shell https://github.com/atom/electron
$ npm install -g gulp
$ npm install -g bower
$ npm install -g electron-prebuilt
$ npm install
$ bower install
$ gulp build
$ gulp run
Electron-KitchenSink
├── build
│ ├── css
│ ├── font
│ ├── lib
│ │ ├── css
│ │ └── js
│ ├── browser
│ ├── app.js
│ └── loader.js
├── bower_components -> build/lib/
├── src
│ ├── appinfo -> build/
│ ├── backend -> build/
│ ├── html -> build/
│ ├── sass -> build/css
│ ├── tools
│ └── webapp -> build/browser
├── test
└── Gulpfile.coffee