Draft
Conversation
Deploying utcode-learn with
|
| 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 |
56dacbc to
db44afe
Compare
db44afe to
825d24c
Compare
825d24c to
aff95a9
Compare
aff95a9 to
59fc66a
Compare
9bd943c to
42ad5b5
Compare
42ad5b5 to
dee1dc5
Compare
chvmvd
commented
Feb 28, 2026
Comment on lines
+51
to
+62
| これから皆さんはたくさんのプログラムを書いていくことになります。プログラムは他のファイルと扱い方がかなり異なるので、専用のフォルダを作っておきましょう。ユーザーフォルダの中に、`projects`という名前のフォルダを作り、その中にプロジェクトごとのフォルダを作っていくと良いです。 | ||
|
|
||
| 次の動画に従って、ユーザーフォルダの中に`projects`フォルダを作成し、その中に`hello-world`の名前でプロジェクトを格納するフォルダを作成してください。 | ||
|
|
||
| <video src={createFolderOnWindowsVideo} controls /> | ||
|
|
||
| :::warning | ||
|
|
||
| これ以降作成するプロジェクトを格納するフォルダは、必ず先ほど作成した`projects`フォルダの中に作成するようにしてください。これは、ドキュメントフォルダなどのフォルダはOneDriveなどのクラウドストレージサービスによって自動的に同期されることがあり、[[VS Code]]などの開発ツールが期待通りに動作しなくなってしまうからです。 | ||
|
|
||
| ::: | ||
|
|
Contributor
Author
There was a problem hiding this comment.
WindowsとmacOSで用語が異なるため、OSごとに分けて説明をしています。
| name: "コードエディタ", | ||
| aliases: [], | ||
| definition: | ||
| "プログラムを記述・編集するためのアプリケーション。Visual Studio Codeなどがある。", |
Contributor
Author
There was a problem hiding this comment.
VS Code以外のシェアは、年によって、また、国によってかなり変わってしまうため例としてはVS Codeのみを挙げました。
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
「はじめてのWeb開発」の節の内容をすべて見直し、全面的に改訂しました。ただし、動画については既存の動画でも特出すべき問題がないことからそのままとしています。