React Installation

React Installation

React is very trending language nowadays, It is best suited to create SPA (Single Page Application). In this blog we will learn how to install react, There are the following steps to install react:

Step1:  First, you have to download Node.js in your system: Go to Browser and search Node.js Download click on the Nodejs.org link and download Recommended For Most User. See in the image below:


Step2: Open CMD (Command Prompt) and go to the directory where you want to install react



Step3: Write the following code:

npx create-react-app your-foldername

 

Follow these three steps, in third step, it will take 10 to 20 minutes to complete installation so being patient and enjoy the code.