0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[React] スタートセッティング

Last updated at Posted at 2023-07-11

スタートセッティング

reactの開発環境設定です。

  1. まずnode.jsをインストールします。
    1.png

windowsなら左です。
2.png

ダウンロードしたmisファイルを実行します。
3.png

全てをnextをクリックします。
4.png

ダウンロードが完了したら、フォルダを作って
右クリック、ターミナルで開くをクリックします。
5.png

次のように入力します。

npx create-react-app プロジェクト名

6.png

完了した画面です。
7.png
エラーが出る場合下のリンクを参考してください。
npxエラー

vscodeでフォルダを開きます。
16.png

開いたらターミナルを開けてください
18.png

ターミナルで

npm start

を入力してください。
19.png
npmが入力できないばあいは下のリンクを参考してください。
npmエラー

待てばこの画面が出ます。:ok_hand:
20.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?