Skip to content

ibare/Electron-KitchenSink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron-KitchenSink

The tutorial for electron. electron and atom-shell https://github.com/atom/electron

Dependency

$ npm install -g gulp
$ npm install -g bower
$ npm install -g electron-prebuilt

Installation

$ npm install
$ bower install

Build & Run

$ gulp build
$ gulp run

Directory Structure

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

License

MIT

About

The tutorial for electron. electron and atom-shell https://github.com/atom/electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published