1- install node js
2- install > npm install -g create-react-app
3- create project > create-react-app react_test
[Note App name is not allowed in capital letters]
4- change dir cd <your project name>
5- npm start
2- install > npm install -g create-react-app
3- create project > create-react-app react_test
[Note App name is not allowed in capital letters]
4- change dir cd <your project name>
5- npm start