so first you need to install a node.js to your PC.
second open Command promant and write this commands:
$ npm install -g npx
$ npx --v
$ npx create-react-app myreact
$ cd myreact
Now you have your own reactapp.
have a good work and good day .
thanks for your support.
Top comments (0)