How to Install React | Create First React Project

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Hello viewers, in this video, you are going to learn how to install react and create first react project. Before getting started with react, make sure to download and install node.js
    After downloading and installing node.js, type node -v in command prompt and check the node js version. To create our first react project, we can use the command prompt. Open the command prompt and navigate to your project location. In my case, it is in documents. It is done by cd documents. Now to create a folder, just type mkdir React and press enter. React is the folder name. This is going to create a folder in the documents. Now type cd React and press enter. Then type npm install -g create-react-app and press enter. Now type npx create-react-app my-app and press enter. This is going to create the my-app. Then type cd my-app and press enter. Finally type npm start and press enter.
    Step-by-step installation guide
    mycodingprojec...
    Thank you for watching :)
    Please Like and Subscribe
    #howtoinstallreact
    #createfirstreactproject

Комментарии •