Reactの開発環境の構築 #React #React.js #node
■ 概要:React ,node.js版の開発環境の構築メモとなります
■ 追加npm install --global yarn
yarn --version
yarn global add create-react-app
npx create-react-app helloworld
npm 追加、react-router-dom
npm install react-router-dom --save
■ サービス起動
Start :
yarn star