From the course: React: Server-Side Rendering

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Install the required libraries and tools

Install the required libraries and tools - React.js Tutorial

From the course: React: Server-Side Rendering

Start my 1-month free trial

Install the required libraries and tools

- [Narrator] So that's installed all the required tools and libraries we'll need in this course. And the first one we need is Node.js. So the best way to find Node is by doing a Google search with Node in the search terms, and then go to the first link, which is nodejs.org. So let's go ahead and click on that link. And what you want to do is download and install either one of these versions. So both are fine, but what I would recommend if you're doing an application for an enterprise or a business, I would recommend the LTS version because this is the one that is the most supported. If you're building an application for yourself, then use the current, which has the latest and the greatest feature. In this case I'm going to use the LTS version. So what am I going to do is basically download that one, and then click on the package that was just downloaded. And then let's go ahead and go through the prompts so continue…

Contents