社内で頼まれた写真当てクイズをElectronで作ってみた。
始めに
$ git clone https://github.com/lightstaff/picture_quiz_electron.git YourApp
$ cd YourApp
$ npm install
デバッグ
$ npm dev
パッケージング
$ npm package
注:Windowsのみです
https://github.com/chentsulin/electron-react-boilerplate.git
MIT