Steps:
1. Open terminal and input node -v
npm -v
npx -v check the version of node.js, npm and npx . If you haven’t install those dependencies please install them first. npx create-react-app practical-react
cd practical-react
code . creating a react file, and open this file in Visual studio Code…