やったこと
React を Mac にインストールして、起動してみます。
確認環境
$ node -v
v10.16.0
$ create-react-app --version
2.1.3
調査
$ create-react-app sample
サーバー起動
$ cd sample
$ yarn start
http://localhost:3000/
にアクセスするとページが見れます。
React を Mac にインストールして、起動してみます。
$ node -v
v10.16.0
$ create-react-app --version
2.1.3
$ create-react-app sample
サーバー起動
$ cd sample
$ yarn start
http://localhost:3000/
にアクセスするとページが見れます。