git clone https://github.com/TeijigoTeaTime/meshido-desktop.git
cd meshido-desktop
npm install
npm start
npm run lint
以下のツールによるソースコードの静的解析が実行される
★印・・・Gitの管理対象外
├── README.md
├── app.js (アプリのエントリーポイントスクリプト)
├── bower.json
├── dist/ (ビルド成果物(実行バイナリ)) ★
├── gulpfile.js
├── node_modules/ ★
├── package.json
└── src/
├── bower_components/ ★
├── css/
├── index.html
└── js/
npm run build:win
ls dist/Meshido-win32-ia32
npm run build:mac
ls dist/Meshido-darwin-x64
UNLICENSED