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?

More than 1 year has passed since last update.

React 立ち上げまで メモ

Last updated at Posted at 2022-08-25

①node.js
②npm
のインストール
③node -v
④npm -v
でバージョン確認し表示されたらインストール完了している。
reactアプリ作成
⑤npx create-react-app my-app
⑥作成されたmy-appフォルダにターミナルで移動して、
(ターミナル移動の仕方は調べれば無限に出てくる)
⑦npm startで画面が立ち上がる。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
Mac版
C#とReactのアプリを作成したかったので、
①〜④を行なった後、visualu studioをインストールして、
⑧左側の.NET Coreのアプリ→ReactとReduxを選択
⑨適当にプロジェクト名入力して作成
⑩ビルド起動 (左上の動画再生マークみたいなのおす)
⑪ClientAppで右クリックFinderで表示
⑫「情報でみる」押下でファイルの場所調べる
⑥と⑦を行う。

ファイルの場所と移動で少し時間がかかった。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?