node -v
v5.1.1
electron -v
v0.36.0
npm install
npm install -g electron-prebuilt
// or if you have installed electron-prebuilt
npm update -g electron-prebuilt
npm start
npm run dist
npm run build
// target: ./dist/
Using electron-packager.
The MIT License (MIT)