

Since it is complicated and takes a lot of time, we don't want to configure React manually.


If you have an older version of NPM, run this command to update it: npm install -g npm What is create-react-app? Your version of NPM should be at least 5.2.0 or newer because create-react-app requires that we have NPX installed. Select the "Recommended For Most Users" button and download the current version for your operating system.Īfter you download and install Node, start your terminal/command prompt and run node -v and npm -v to see which versions you have. If you don't have it installed on your system, then you need to head to the official Node.js website to download and install Node, which also includes NPM (Node Package Manager). Here's a video version of this tutorial: How to Download & Install Node.jsįirst of all, you are going to need NPM (or Yarn, alternatively). Since interest in learning React is also increasing rapidly day by day, I have also decided to create video tutorials about React on my YouTube channel. In this post, you are going to learn how to install and run a React application the easy way. One of the steps that many people struggle with is the installation/configuration process of React. React is one of the most popular JavaScript libraries in the web development field today.Īs a Frontend Developer, I have personally worked with React in my projects and probably will continue to work with it in the future.
