
Tip: To test that you have Node.js and npm correctly installed on your machine, you can type node -version and npm -version in a terminal or command prompt. npm is included with Node.js which you can download and install from Node.js downloads. To use the generator as well as run the React application server, you'll need Node.js JavaScript runtime and npm (Node.js package manager) installed. We'll be using the create-react-app generator for this tutorial. The Visual Studio Code editor supports React.js IntelliSense and code navigation out of the box.

React is a popular JavaScript library developed by Facebook for building user interfaces.

