0
0

More than 3 years have passed since last update.

SIerフロントエンド・ディベロッパーのWindows10セットアップ

Last updated at Posted at 2020-05-02

はじめに

SIer所属のエンタープライズ系フロントエンド・ディベロッパーがWindows10端末を1からセットアップすることにしたため、SIer仕様の端末を作るために最低限必要なものをメモしておきました。

ブラウザー

一通り入れましょう

便利ツール

ソースコード管理

Java開発

Node.js開発

Node.jsは公式インストーラーで入れると、Nodeのバージョン変更が大変なのでnvm経由でインストールをします。

nvm on
nvm install 12.13.0 (お好きなバージョンで)
nvm use 12.13.0

案件に応じて用意するミドルウェア

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