filmov
tv
React Tutorial for Beginners - Session 1 - Installation of React on Windows - Demo
Показать описание
In this session we will look at installing react on windows. Before installation of react kindly complete the following steps
Step1
Installation of VS Code - link is given below
Step 2
Installation of Nodejs and npm - link is given below
Commands used in this video
node -v
npm -v
npm install -g create-react-app
create-react-app --version
create-react-app first-project
cd first-project
npm start
Step1
Installation of VS Code - link is given below
Step 2
Installation of Nodejs and npm - link is given below
Commands used in this video
node -v
npm -v
npm install -g create-react-app
create-react-app --version
create-react-app first-project
cd first-project
npm start