1
00:00:00,460 --> 00:00:07,870
In this video, we are going to create our first aid CDCR application for infrastructure escort.

2
00:00:08,440 --> 00:00:15,940
So each edible seed application should be in its own directory with its own local model dependencies.

3
00:00:16,390 --> 00:00:19,630
So we are going to create a new directory for our application.

4
00:00:19,840 --> 00:00:22,720
In order to do that, please open a command window.

5
00:00:23,560 --> 00:00:25,960
I'm using the Windows terminal.

6
00:00:26,350 --> 00:00:30,340
So this is the basic command window for windows.

7
00:00:30,340 --> 00:00:33,100
And you can also use the normal command window.

8
00:00:33,130 --> 00:00:34,120
It doesn't matter.

9
00:00:34,240 --> 00:00:40,300
So basically we are going to create a separate directory for our first CDK application.

10
00:00:40,720 --> 00:00:48,130
First of all, I would like to locate my development folder and now in here I'm going to create a new

11
00:00:48,130 --> 00:00:49,690
folder for our project.

12
00:00:50,170 --> 00:00:52,510
So you can also create a new folder.

13
00:00:52,540 --> 00:00:59,440
This command and the folder name should be the Halo CDK.

14
00:01:01,290 --> 00:01:05,040
This is important to give the name of the cdcc.

15
00:01:05,070 --> 00:01:09,750
Make sure that give the name your project directory is a cdcc.

16
00:01:09,780 --> 00:01:17,820
Exactly this same name here because Cdcc has training project template with the Cdcc directory name.

17
00:01:17,820 --> 00:01:20,400
I would like to show you the training project.

18
00:01:20,400 --> 00:01:25,290
So that's why this time I'm giving the I would like to give you the same exact name.

19
00:01:25,680 --> 00:01:28,650
So after creating these.

20
00:01:29,700 --> 00:01:30,380
Hold it.

21
00:01:30,390 --> 00:01:38,340
I'm going to locate this folder, and now I'm ready for the creating our first edible SDK application.

22
00:01:39,000 --> 00:01:47,460
Now we can initialize the application using the cdcc init command and specifying the desired template,

23
00:01:47,460 --> 00:01:51,060
an application and programming language in the command.

24
00:01:51,120 --> 00:01:52,620
So please follow me.

25
00:01:52,650 --> 00:01:55,710
As you know that we have already installed Cdcc.

26
00:01:56,610 --> 00:01:58,590
And now we are using the CDK command.

27
00:01:58,590 --> 00:02:05,130
So if you can see that there are lots of commands, I will already explain in the upcoming videos.

28
00:02:05,130 --> 00:02:13,410
But for this video we are going to create a new project with using CDK for that purpose we are using

29
00:02:13,410 --> 00:02:15,060
the CDK command.

30
00:02:15,180 --> 00:02:19,590
We are writing that CDK in the stage language.

31
00:02:21,790 --> 00:02:29,380
And I'm giving the secret, as you know, that during the course we will follow the secret for developing

32
00:02:29,380 --> 00:02:30,610
our infrastructure.

33
00:02:30,640 --> 00:02:38,290
And we have already download the latest version of the Typekit beta running the NPM install the g type

34
00:02:38,290 --> 00:02:38,870
secret.

35
00:02:39,340 --> 00:02:40,180
So.

36
00:02:40,950 --> 00:02:42,120
In this command.

37
00:02:42,120 --> 00:02:48,630
I'm going to assign it using the cdcc init command in order to create a cdcc application.

38
00:02:48,690 --> 00:02:51,570
And we have created the Halo Seed K project.

39
00:02:51,570 --> 00:02:57,210
So Cdcc will create a template project with giving some training project application.

40
00:02:57,210 --> 00:03:03,630
Okay, so let's hit the enter after writing these commands and see what's happened.

41
00:03:04,020 --> 00:03:11,130
So as you can see that there is executing some set of the NPM install command in order to initialize

42
00:03:11,130 --> 00:03:13,050
our first CDCC application.

43
00:03:13,080 --> 00:03:20,880
The CDK command creates a number of files and folders inside of the our cdcc directory to help you organise

44
00:03:20,880 --> 00:03:28,080
the source code for a Cdcc application, we will explore the folder structure after installment finished.

45
00:03:29,400 --> 00:03:30,080
Okay.

46
00:03:30,090 --> 00:03:31,050
All done.

47
00:03:31,260 --> 00:03:35,540
And don't worry about the warning of these looks.

48
00:03:35,550 --> 00:03:39,210
And now I think our K project is ready.

49
00:03:39,570 --> 00:03:43,290
I would like to open this project file in the visual pseudocode.

50
00:03:43,680 --> 00:03:47,700
And in order to open visual pseudocode, you can use the.

51
00:03:48,560 --> 00:03:50,150
This helper command.

52
00:03:50,150 --> 00:03:59,120
If you write if you write in the same director of the CDK project code and dot, this will be the open

53
00:03:59,120 --> 00:04:01,610
this folder into the pseudocode.

54
00:04:01,640 --> 00:04:07,880
Hit enter and see that our project is opened with the Visual Studio code.

55
00:04:09,230 --> 00:04:16,840
You can see that CDK creates a set of files and we are going to all read now, but we also examine detail

56
00:04:16,850 --> 00:04:17,900
in the next video.
