DEV Community

Abhishek
Abhishek

Posted on

Step1: Create New Reactjs project...

Image description

Create React app:

Open terminal in VScode

  npx create-react-app my-app
  cd my-app
  npm start
Enter fullscreen mode Exit fullscreen mode

Top comments (0)