Hello guys, in this blog we are going to learn how to setup REACT - JS environment in the local system Let’s get started There is two way we can install React-JS 1) Using NPM Command 2) Using create-react-app In this blog, we are going to learn about the second way create-react-app For that, we need to perform some steps Step 1: you need to install node js and npm by using the below link https://nodejs.org/en/ Step 2: Install React By using the below command we can install react JS npm install -g create-react-app After successfully install the above command now we can create react app Step 3: Create react app for creating react app you just need to use the below command and need to enter your project name like below. create-react-app all-in-one After successfully create project you will get the below screen Step 4: Run React App For that, you need to go into a specific folder location and after that need to run the below command to run
Welcome to "TechoSwag" in this website you will get details understanding of "Angular" all versions like "Angular 2,4,5,6,7,8,9,10,11,12" and the basic concept of "JavaScrips" and the latest "ES6" features like "Arrow Funtions", "REST Operator", "SPRED Operators", etc.... In future will cover "ReactJS", "NODEJS", "HTML/CSS", "BOOTSTRAP"