Skip to content

MSakamaki/rxjs-handson

Repository files navigation

初期設定

# グローバルモジュールインストール
npm -g install gulp typescript-node typescript-register ts-node

# npmのインストール
npm install

# アプリ用ライブラリのインストール
node_modules/.bin/jspm install

コマンド一覧

# コマンド一覧と説明
gulp help

レポート

tsc src/app/**/*.ts --outDir .tmp/ --target ES5 --moduleResolution node --sourceMap

istanbul cover node_modules/jasmine/bin/jasmine.js

remap-istanbul -i coverage/coverage.json -o coverage/coverage-remapped.json

諸注意

  • jspmnpmの以下のモジュールバージョンを合わせる
    • nodejs
    • jspm

参考資料

Typescript

VS Code Plugins
作り方

RxJS Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published