#1 事前準備
- npmのインストール
- yarnのインストール
#2 プロジェクトの作成
- 任意のフォルダでコマンド実行
npx create-react-app react-app
#3 プロジェクトの実行
- 作成されたプロジェクトのフォルダに移動して、コマンド実行
cd react-app
yarn start
Go to list of users who liked
More than 3 years have passed since last update.
#1 事前準備
#2 プロジェクトの作成
npx create-react-app react-app
#3 プロジェクトの実行
cd react-app
yarn start
Register as a new user and use Qiita more conveniently
Go to list of users who liked