How to Install ReactJS on Windows -- React JS Tutorial 3

preview_player
Показать описание
Hello,
Welcome to my channel. Today I started React JS tutorial.
In this video I tried to install React JS on windows. Installation Part is divided into 3 videos because of node js error [npm error]. Please try this way it will install on your computer.

How to install ReactJS on Windows step by step

1. Download visual studio code to write ReactJS code.
2. Download Node JS for windows.
3. Install Node JS on Windows.
4. Make a new folder under D:\ drive to install React.
– In my laptop there is no D:\ drive. So, I installed it on C:\ drive instead.
5. Go to command Prompt and change location to D:\ drive.
6. Run this command
npm init react-app reactjs
7. Go to ReactJS folder from visual studio code.
8. Type this command from cmd
npm start

This will open development server
--- localhost:3000
Рекомендации по теме
visit shbcf.ru