How to create ReactApp .

rezatalebi05

Rezatalebi05

Posted on January 13, 2022

How to create ReactApp .

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
Enter fullscreen mode Exit fullscreen mode

Now you have your own reactapp.

have a good work and good day .
thanks for your support.

💖 💪 🙅 🚩
rezatalebi05
Rezatalebi05

Posted on January 13, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related