LoginSignup
0
1

More than 3 years have passed since last update.

WWAWingのコンパイル方法

Last updated at Posted at 2017-05-07

WWAWingとは

以下参照
http://wwawing.com/
https://github.com/WWAWing/WWAWing

WWAWingのローカルでの動かし方

(※昔は補足が必要なほど動作手順が複雑だったのですが、
現在は公式のReadmeの通りに実行すれば簡単に動きます。)

# リポジトリをクローンしてください
$ git clone git@github.com:WWAWing/WWAWing.git
## クローンしたリポジトリのディレクトリに入ります
$ cd WWAWing
## 依存しているライブラリをインストールします
$ npm install
$ npm run bootstrap ## 内部的に lerna bootstrap が呼ばれます
$ npm run build ## 各種ソースをコンパイルします
## 開発用のサーバを起動します (内部的にengine ディレクトリ下での npm startが呼び出されます。)
$ npm start
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1