0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

プログラミング練習記録 1日目:環境構築

Last updated at Posted at 2025-04-12

プログラミング練習記録 1日目

1.はじめに

 プログラミングを練習するにあたり、備忘として記録を残す。
 初日なのでまずは環境構築を行う。

2.学習対象

  • C#
  • React

3.本日の作業内容

  • 環境構築
    VS Code / Visual Studio / Git / Node.js / .NET SDK インストール

4.作業手順

1. Visual Studio Code (VS Code)のインストール

  • 公式サイトからダウンロード
    https://code.visualstudio.com/

  • インストール後、基本的な設定(拡張機能)

    • C#開発向け
      • C# Dev Kit
        • NuGet Package Manager
    • React開発向け
      • ESLint
      • Prettier - Code formatter
      • JavaScript and TypeScript Nightly
      • React Developer Tools
    • Git連携
      • GitLens — Git supercharged

2. Visual Studioのインストール

  • 公式サイトからダウンロード
    https://visualstudio.microsoft.com/ja/

  • インストール時に選択するもの

    • .NET Desktop Development(C#を使用するため)
    • ASP.NET and web development(ウェブ開発を行う場合)
      • 必要に応じて、その他のモジュールを選択。(今回は特になし)

3. Gitのインストール

4. Node.jsのインストール

  • 公式サイトからダウンロード
    https://nodejs.org/ja

  • 確認
    ターミナルでnode -vと入力して、バージョンが表示されればインストール成功

5. .NET SDKのインストール

0
0
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?