1 00:00:00,210 --> 00:00:02,340 Hello and welcome to this video. 2 00:00:02,370 --> 00:00:08,640 In this video, I'm going to be running the development server, the command I'm going to use to run 3 00:00:08,640 --> 00:00:13,830 the development server is npm space run. 4 00:00:14,280 --> 00:00:17,250 And then the word service in the package. 5 00:00:17,520 --> 00:00:20,490 JS Jason, file online and buy it. 6 00:00:20,490 --> 00:00:27,150 Here is where I have declared the value for the light server. 7 00:00:27,750 --> 00:00:38,940 So that is why I'm using serve to execute the light server type 22:00 space run space server. 8 00:00:39,450 --> 00:00:47,040 Make sure that you are in the correct directory of your project that contains the package two adjacent 9 00:00:47,040 --> 00:00:49,500 file and then press enter. 10 00:00:49,530 --> 00:00:57,990 Once you've typed in the command and that should run the server so you can see here, he tells you that 11 00:00:57,990 --> 00:01:03,630 it is serving the files in the public directory and the location. 12 00:01:03,630 --> 00:01:05,070 This is the port number. 13 00:01:05,100 --> 00:01:12,540 So if you go to your web browser typing this address, you can view the application or externally you 14 00:01:12,540 --> 00:01:16,560 can type in whatever local IP address is displayed. 15 00:01:17,010 --> 00:01:19,090 So I'm going to go to my local host. 16 00:01:19,410 --> 00:01:23,220 I like that and then paste it into my browser. 17 00:01:23,460 --> 00:01:29,660 So this is the application running on localhost on Port 3000. 18 00:01:29,700 --> 00:01:33,750 The console gives you some information about what's going on. 19 00:01:34,410 --> 00:01:42,030 So you can see the files are being served, the index, the script file and the style. 20 00:01:42,450 --> 00:01:48,660 So if you want to stop the server from running, you chose to control C on your keyboard and that will 21 00:01:48,660 --> 00:01:52,690 abort the operation and the server will stop. 22 00:01:52,770 --> 00:01:57,060 In this video, I showed you how to run the local development server. 23 00:01:57,510 --> 00:01:58,440 Thanks for watching. 24 00:01:58,830 --> 00:01:59,580 Bye for now.