Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:01,050 --> 00:00:05,490
Now that we've generated a new angular project let's figure out how to start it up.
2
00:00:05,550 --> 00:00:08,690
I'm still inside of my workspace directory inside there.
3
00:00:08,690 --> 00:00:12,690
If I list out all my different files and folders inside of here I'll see that there is a new directory
4
00:00:12,690 --> 00:00:14,190
called P.W..
5
00:00:14,190 --> 00:00:18,220
That is the folder that contains our newly generated angular project.
6
00:00:18,300 --> 00:00:22,770
I'm going to change into that folder and then we're going to run our command to start up this project
7
00:00:22,830 --> 00:00:24,360
on our local machine.
8
00:00:24,530 --> 00:00:26,010
The startup and angular project.
9
00:00:26,010 --> 00:00:28,130
There are two different commands we can run.
10
00:00:28,170 --> 00:00:34,530
You can either run NPM start or energy serve just you know these two commands are a hundred percent
11
00:00:34,560 --> 00:00:39,870
identical technically when you run NPM starts behind the scenes that actually executes energy serve
12
00:00:39,960 --> 00:00:40,980
for you.
13
00:00:40,980 --> 00:00:44,490
The only reason I'm saying that there are these two different commands we can run is that you're going
14
00:00:44,490 --> 00:00:49,180
to see a lot of documentation and blog posts and whatnot that tell you to start up your project running.
15
00:00:49,200 --> 00:00:55,760
Either that command or this one again hundred percent identical pick either one to start up my project
16
00:00:55,850 --> 00:01:04,140
I'll go back over to my terminal and again inside the P.W. directory I will run NPM starts after a brief
17
00:01:04,140 --> 00:01:08,880
little warm up and then going to be displayed a message that says that my application is running at
18
00:01:08,880 --> 00:01:15,810
local host Pullen forty two hundred on my local machine line going to open up my browser I'm going to
19
00:01:15,810 --> 00:01:23,890
open a new browser tab and I'll go to local host colon forty two hundred once I navigate there I will
20
00:01:23,890 --> 00:01:26,760
see the default angular starting page up here.
21
00:01:26,860 --> 00:01:31,040
So this is a page that you're going to get every single time you generate a new project.
22
00:01:31,210 --> 00:01:34,990
If this page looks a little bit different for you like if there's some different styling or whatnot
23
00:01:35,260 --> 00:01:36,280
that is totally fine.
24
00:01:36,370 --> 00:01:41,960
The default landing page actually ends up getting changed rather frequently now that we have started
25
00:01:42,020 --> 00:01:42,730
up our server.
26
00:01:42,740 --> 00:01:45,610
Let's also very quickly figure out how to stop it as well.
27
00:01:46,730 --> 00:01:51,490
So to stop a running project we're going to open up our terminal once again and we're going to press
28
00:01:51,490 --> 00:01:55,400
control see on our keyboard we're gonna do that right now.
29
00:01:55,430 --> 00:02:01,280
I'll go back over to my terminal to press control see and I'll see that that kicks me back to my command
30
00:02:01,280 --> 00:02:09,620
line now as he gets to start our project back up again we can do either and NPM starts or end G sir
31
00:02:11,150 --> 00:02:20,140
I'll start my server backup and after once again a very brief pause everything is good to go but I'm
32
00:02:20,140 --> 00:02:24,660
going to go back over to my browser and I'll just refresh this page really quickly.
33
00:02:24,670 --> 00:02:29,410
Yep looks like everything is still running all right now that we've got our project up and running.
34
00:02:29,420 --> 00:02:31,940
Let's start writing some code in the next video.
3871
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.