In this video, we'll show you how to install and setup ReactJS on Windows 11 and we will cover installation to configuring Visual Studio Code or VSCode and Node.js.
React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces based on components. It is maintained by Meta (formerly Facebook).
Downloads:
1. Node.js
https://nodejs.org/en
2. Visual Studio Code
https://code.visualstudio.com/
Commands used in this video:
node -v : Versión de NodeJS
npm -v : Versión de npm
npm install -g npm@latest : upgrade to the latest version of npm
npx create-react-app "my-app": To create a React project called my-app
npm start: Start Development Server on localhost
⏲Content:
00:00 Installing NodeJS
01:37 Verify NodeJS version
01:55 Verify npm version
02:01 Verify npx version
02:18 Upgrade to the latest version of npm
03:01 Create a React project
06:01 Start Development Server on localhost
06:59 Installing Visual Studio code
08:40 Load Project on Visual Studio code
09:04 Editing App.js
✅If you think this video was useful to you please consider give it a like and subscribing to our channel or leave us a comment about a topic you want us to include.
@calofetech #calofetech #calofe_tech