1
00:00:02,900 --> 00:00:09,980
In the next lectures will be using Node.js and AMPM in order to build a simple static website.

2
00:00:11,200 --> 00:00:16,900
And in this picture, I wanted to give you a short introduction to as an MP in case you're not familiar

3
00:00:16,900 --> 00:00:17,640
with these tools.

4
00:00:18,370 --> 00:00:24,820
Ninja, as is a JavaScript runtime environment that can execute JavaScript without actually opening

5
00:00:24,820 --> 00:00:25,360
a browser.

6
00:00:26,260 --> 00:00:33,460
We'll have a couple of tools that run inside the Node.js runtime environment, and this is why Node.js

7
00:00:33,460 --> 00:00:40,470
needs to be installed locally on your computer, and we'll also need Node.js when running digital Typekit

8
00:00:40,480 --> 00:00:41,020
pipelines.

9
00:00:42,690 --> 00:00:46,290
More details on mortgages you'll find on has that order.

10
00:00:47,610 --> 00:00:50,190
21:00 is the node package manager.

11
00:00:51,000 --> 00:00:57,900
You can see it like a repository of project and has knowledge of which requirements each product has.

12
00:00:58,800 --> 00:01:04,500
So each time when you install a tool, it which depends on other tools and libraries, which of course

13
00:01:04,500 --> 00:01:06,570
depend on other tools and libraries and so on.

14
00:01:06,960 --> 00:01:12,720
So in order to figure out all the dependencies, you will need to have npm installed and npm will do

15
00:01:12,720 --> 00:01:18,740
this work for you, and you can simply say npm install this tool and npm will take care of that.

16
00:01:19,970 --> 00:01:29,540
Generally installing no GST and ampm on Windows, Mac OS or Linux is quite easy, and you will not have

17
00:01:29,540 --> 00:01:35,840
a problem installing it if you don't already have Node.js and npm installed on your computer.

18
00:01:36,290 --> 00:01:42,410
You will find that as resources to this lectures a couple of tutorials which really show you how we

19
00:01:42,410 --> 00:01:43,130
can install it.

20
00:01:43,310 --> 00:01:44,090
And it's quite easy.

21
00:01:44,480 --> 00:01:50,240
And if you have any kind of issues installing Node.js, just let me know and I'll do my best to help

22
00:01:50,240 --> 00:01:50,390
you.

