1
00:00:01,080 --> 00:00:03,880
Well, it looks like everything has been successfully published for me.

2
00:00:03,900 --> 00:00:06,000
I don't see any heirs or anything like that.

3
00:00:06,540 --> 00:00:08,010
Now, here's the moment of truth.

4
00:00:08,380 --> 00:00:12,360
Here's where we're going to actually test our satellite and make sure we can run our application on

5
00:00:12,360 --> 00:00:13,290
our own machine.

6
00:00:14,040 --> 00:00:19,110
So to do so, we can either install our jazz note package or whatever you called your package as a global

7
00:00:19,110 --> 00:00:23,850
module, or alternatively, we can do an NPCs and in the name of your modules.

8
00:00:23,880 --> 00:00:26,010
In my case, I called my jazz note.

9
00:00:26,770 --> 00:00:27,510
I'm going to run that.

10
00:00:30,140 --> 00:00:34,190
Northparkes is going to go off to the Nghiem registry and download all the source code for our project.

11
00:00:35,450 --> 00:00:38,990
And it looks like I already made a little mistake, I forgot to put on the serve command, but we at

12
00:00:38,990 --> 00:00:41,600
least got some help telling me that, hey, I did something incorrectly here.

13
00:00:41,810 --> 00:00:44,340
So it should be a joyous note serve.

14
00:00:44,660 --> 00:00:45,230
There we go.

15
00:00:45,260 --> 00:00:45,770
That's better.

16
00:00:47,660 --> 00:00:48,450
And there we go.

17
00:00:48,470 --> 00:00:50,510
So we are running on localhost four thousand five.

18
00:00:50,850 --> 00:00:57,260
I should be able to go over to my browser, go to localhost four thousand five, and sure enough, A,

19
00:00:57,260 --> 00:01:00,170
it actually works so I can create a kozel.

20
00:01:01,040 --> 00:01:04,099
I can show some kind of component.

21
00:01:08,910 --> 00:01:12,150
And of course, I can also add in some snippet of text as well.

22
00:01:14,750 --> 00:01:18,360
And it looks like it all works well, that is pretty much it.

23
00:01:18,410 --> 00:01:20,580
That is our application from start to finish.

24
00:01:20,600 --> 00:01:22,370
We've actually got it working and deployed.

25
00:01:22,730 --> 00:01:29,090
Now, any user can run that NPCs book or whatever you called your project and get this tool running

26
00:01:29,090 --> 00:01:30,470
on their own local machine.

27
00:01:31,160 --> 00:01:33,710
But that doesn't necessarily mean that we have to stop development here.

28
00:01:34,040 --> 00:01:37,970
There are a variety of really big improvements we can add into this application.

29
00:01:37,970 --> 00:01:39,350
And I want to go over some different ways.

30
00:01:39,350 --> 00:01:43,820
You can improve this and give you some general tools and guidance on how to do that in the next video.

31
00:01:44,300 --> 00:01:47,560
Let's take a look at how we could potentially continue on in just a moment.

