Skip to content

TeijigoTeaTime/meshido-desktop

Repository files navigation

meshido-desktop

Build Status

開発環境

構築手順

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/

アプリのビルド

for Windows

npm run build:win
ls dist/Meshido-win32-ia32

for Mac

npm run build:mac
ls dist/Meshido-darwin-x64

License

UNLICENSED