npm install -g create-react-app #For First Time Install PC.
npx create-react-app react-tut #Install for New Project
cd react-tut
code . #For vscode
npm start
or create a folder then write terminal.
npx create-react-app .
npm i axios
npm start
or
yarn install $$ yarn start