Wednesday 3 April 2019

create react js project step by step

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