1 00:00:00,120 --> 00:00:02,160 Hello and welcome to this video. 2 00:00:02,640 --> 00:00:09,640 In this video, I'm going to add the files to the public directory. 3 00:00:09,720 --> 00:00:18,000 We want the public directory to be able to serve the application files. 4 00:00:18,420 --> 00:00:26,400 So the light server, which is the development server, will only serve files that are in the public 5 00:00:26,520 --> 00:00:31,620 directory of highlighted the files from the up directory. 6 00:00:31,800 --> 00:00:39,990 I'm just going to copy and open up the public directory here and paste them in that way when we run 7 00:00:40,560 --> 00:00:43,860 the low code development server, which is a light server. 8 00:00:44,280 --> 00:00:50,490 It will be able to serve the application via the public folder. 9 00:00:50,610 --> 00:00:59,430 Now that we have the app files in the public folder, we will not be using the app directory anymore 10 00:00:59,910 --> 00:01:09,480 for the remainder of this course will be focusing on this directory that has the public directory. 11 00:01:09,750 --> 00:01:16,920 If I take a look, the public directory inside my text editor, which is Visual Studio Code File Expand, 12 00:01:16,920 --> 00:01:20,800 that I should see the files of copied across. 13 00:01:20,800 --> 00:01:22,200 So these are the three files. 14 00:01:22,680 --> 00:01:31,620 So now when I run the local development server, I'll be able to serve those files via this public directory. 15 00:01:31,740 --> 00:01:33,510 So that's it for this video. 16 00:01:33,540 --> 00:01:34,680 Thank you for watching. 17 00:01:34,830 --> 00:01:35,700 Bye for now.