DEV Community

Rezatalebi05
Rezatalebi05

Posted on

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.

Top comments (0)