LoginSignup
11
10

More than 5 years have passed since last update.

今からTypeScriptを始めるための素敵テンプレート

Last updated at Posted at 2014-12-31

さあ、今すぐTypeScriptを始めましょう!

$ git clone https://github.com/progre/template-typescript.git
$ git submodule update --init
$ npm install -g gulp
$ npm install
$ gulp

以上、これだけで勝手にブラウザが立ち上がってHello worldが実行されます。
rapture_20141231185405.png

詳しいことは実際にソースをいじいじすると良いと思います。

rapture_20141231185841.png

main.tsがエントリーポイントで、service.tsを読み込んでconsole.log叩いてます。

あとは、お好きなように。

progre/template-typescript

11
10
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
11
10