Skip to content

「はじめてのWeb開発」の節を改訂#866

Draft
chvmvd wants to merge 2 commits intoadd-remark-termfrom
rewrite-get-started
Draft

「はじめてのWeb開発」の節を改訂#866
chvmvd wants to merge 2 commits intoadd-remark-termfrom
rewrite-get-started

Conversation

@chvmvd
Copy link
Contributor

@chvmvd chvmvd commented Sep 4, 2025

「はじめてのWeb開発」の節の内容をすべて見直し、全面的に改訂しました。ただし、動画については既存の動画でも特出すべき問題がないことからそのままとしています。

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 4, 2025

Deploying utcode-learn with  Cloudflare Pages  Cloudflare Pages

Latest commit: dee1dc5
Status: ✅  Deploy successful!
Preview URL: https://d0816361.utcode-learn.pages.dev
Branch Preview URL: https://rewrite-get-started.utcode-learn.pages.dev

View logs

@chvmvd chvmvd force-pushed the rewrite-get-started branch 2 times, most recently from 56dacbc to db44afe Compare November 15, 2025 09:29
@chvmvd chvmvd force-pushed the rewrite-get-started branch from db44afe to 825d24c Compare November 29, 2025 06:55
@chvmvd chvmvd force-pushed the rewrite-get-started branch from 825d24c to aff95a9 Compare February 15, 2026 09:56
@chvmvd chvmvd force-pushed the rewrite-get-started branch from aff95a9 to 59fc66a Compare February 28, 2026 11:59
@chvmvd chvmvd changed the base branch from main to add-remark-term February 28, 2026 14:00
@chvmvd chvmvd force-pushed the rewrite-get-started branch from 9bd943c to 42ad5b5 Compare February 28, 2026 14:02
@chvmvd chvmvd force-pushed the rewrite-get-started branch from 42ad5b5 to dee1dc5 Compare February 28, 2026 14:20
Comment on lines +51 to +62
これから皆さんはたくさんのプログラムを書いていくことになります。プログラムは他のファイルと扱い方がかなり異なるので、専用のフォルダを作っておきましょう。ユーザーフォルダの中に、`projects`という名前のフォルダを作り、その中にプロジェクトごとのフォルダを作っていくと良いです。

次の動画に従って、ユーザーフォルダの中に`projects`フォルダを作成し、その中に`hello-world`の名前でプロジェクトを格納するフォルダを作成してください。

<video src={createFolderOnWindowsVideo} controls />

:::warning

これ以降作成するプロジェクトを格納するフォルダは、必ず先ほど作成した`projects`フォルダの中に作成するようにしてください。これは、ドキュメントフォルダなどのフォルダはOneDriveなどのクラウドストレージサービスによって自動的に同期されることがあり、[[VS Code]]などの開発ツールが期待通りに動作しなくなってしまうからです。

:::

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WindowsとmacOSで用語が異なるため、OSごとに分けて説明をしています。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用されていないため、削除しました。

name: "コードエディタ",
aliases: [],
definition:
"プログラムを記述・編集するためのアプリケーション。Visual Studio Codeなどがある。",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS Code以外のシェアは、年によって、また、国によってかなり変わってしまうため例としてはVS Codeのみを挙げました。

@chvmvd
Copy link
Contributor Author

chvmvd commented Feb 28, 2026

#898 に依存しているため、#898 がマージされれば、いつでもレビュー可能な状態です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant