Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 570 Bytes

howtodeveop.md

File metadata and controls

31 lines (24 loc) · 570 Bytes

開発の始め方

Node.jsはインストール済みとします。

1. まずこのリポジトリをcloneします。

2. Electron開発環境のグローバルインストール

npm -g install electron-prebuilt

3. bowerのグローバルインストール

npm install bower -g

4. 依存パッケーのインストール

以下のコマンドを順に実行します。

npm install
bower install

5. 動作テスト

appフォルダに移動し、以下のコマンドで実行します。

electron .