DEV Community

Cover image for Start With React.js
Ahmed Ayman Mousa
Ahmed Ayman Mousa

Posted on • Updated on

Start With React.js

  • 1.Install Node.js
  • 2.Type in terminal
$ npm install -g create-react-app
Enter fullscreen mode Exit fullscreen mode

And boom it's installed

To create a new React app

Type in terminal

$ npx create-react-app (app name)
Enter fullscreen mode Exit fullscreen mode

go to React.js to find more tutorial

Latest comments (1)

Collapse
 
ahmedmousa profile image
Ahmed Ayman Mousa • Edited

dont forget heart and follow