LoginSignup
1
2

More than 3 years have passed since last update.

reactの立ち上げ方

Last updated at Posted at 2020-04-05
npm install -g create-react-app

でインストール

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

でフォルダ作成

cd プロジェクト名

で移動して

yarn start

or

npm start

でlocalhost起動
スクリーンショット 2020-04-06 2.20.49.png

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