◽️公式Nodeダウンロード&インストール
https://nodejs.org/ko/download/
◽️terminalからnode/npm/npxインストール確認
$ node -v
v12.18.4
$ npm -v
6.14.6
$ npx -v
6.14.6
◽️terminalから[movie_app_cit007]プロジェクト作成&実行
$ npx create-react-app movie_app_cit007
$ cd movie_app_cit007/
$ npm start
Compiled successfully!
You can now view movie_app_cit007 in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.1.4:3000
Note that the development build is not optimized.
To create a production build, use npm run build.