0
0

More than 5 years have passed since last update.

【雑記】TS準備いろいろ

Posted at

typescript の環境を用意した

$ node -v
$ npm -v

# install
$ sudo npm install -g typescript

# check
$ tsc -v
Version 3.1.1

# http-serverを用意
$ sudo npm install -g http-server

# サーバー起動
$ http-server -o # オプション -o をつけるとデフォルトブラウザで起動するらしい


REF

ts準備
http://fnya.cocolog-nifty.com/blog/2018/02/typescript-d0e2.html

vscode準備
https://qiita.com/takao_mofumofu/items/4f8d365846e2f770bd6e
http://www.cross-platform-blog.com/tools/nodejs/typescript/visual-studio-code-nodejs-with-typescript-and-debugging/
https://fettblog.eu/typescript-node-visual-studio-code/

0
0
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
0