1
00:00:04,370 --> 00:00:10,700
NodeJS is a JavaScript runtime environment and it is required in order to run, for example, React

2
00:00:10,700 --> 00:00:15,400
applications and front end application in our project is React application.

3
00:00:15,410 --> 00:00:21,530
That's why in order to run it locally without Docker, you have to install NodeJS on your computer.

4
00:00:21,560 --> 00:00:28,400
Please navigate to download section at nodejs.org and here you'll find installers for different operating

5
00:00:28,400 --> 00:00:32,960
systems for Windows, macOS and Linux like systems.

6
00:00:32,960 --> 00:00:39,830
Please select the corresponding installer and install NodeJS on your computers during installation.

7
00:00:39,830 --> 00:00:46,430
Please ensure that you added NodeJS to Path because it is required in order to get access to Node and

8
00:00:46,430 --> 00:00:52,610
NPM commands directly in the command line interface after installation, please go to the terminal and

9
00:00:52,610 --> 00:00:58,220
verify whether you have access to Node and NPM commands in order to verify it correctly.

10
00:00:58,220 --> 00:01:03,020
Please either reopen terminal or open new tab like that.

11
00:01:03,170 --> 00:01:06,420
And here type node dash dash version.

12
00:01:06,420 --> 00:01:11,460
And in my case I see that node JS is installed and here is its version.

13
00:01:11,460 --> 00:01:17,190
And if I enter NPM there's this version I'll see corresponding version of the NPM.

14
00:01:17,190 --> 00:01:20,460
NPM stands for NodeJS package Manager.

15
00:01:20,790 --> 00:01:27,150
Alright, if you see similar output you are good to go and you have NodeJS and NPM installed on your

16
00:01:27,150 --> 00:01:27,930
computer.

