1
00:00:06,810 --> 00:00:12,570
Welcome to brand new section of seven star static files.

2
00:00:12,810 --> 00:00:15,270
So what does it mean?

3
00:00:15,930 --> 00:00:25,350
It simply means that we are going to use not just server to save static files like images, videos,

4
00:00:25,710 --> 00:00:30,780
HTML, CSS and any file using our server.

5
00:00:32,880 --> 00:00:38,910
Let's look at the final projects that you are going to build as you go through this section.

6
00:00:38,910 --> 00:00:41,280
And here is the project.

7
00:00:41,520 --> 00:00:49,560
Well, these are simple projects, but instead we are using Node.js to render or display these assets.

8
00:00:49,680 --> 00:00:57,510
And for the home page one asset is called images and we are saving CSS and HTML and many more.

9
00:00:57,900 --> 00:01:05,370
So you may be thinking that, well, we can develop this application using a HTML, CSS and JavaScript

10
00:01:05,370 --> 00:01:06,740
and you'll be good to go.

11
00:01:06,750 --> 00:01:12,550
So why do I need to save my static files like HTML and CSS?

12
00:01:12,570 --> 00:01:14,550
So here is a clue.

13
00:01:14,700 --> 00:01:21,750
If you are trying to build dynamic web application that is fetching data from the server, you need

14
00:01:21,750 --> 00:01:23,910
your server to save those files.

15
00:01:24,300 --> 00:01:30,800
So it is the responsibility of the server to render all these assets for us.

16
00:01:30,810 --> 00:01:33,030
So let's see how we are going to do it.

17
00:01:33,030 --> 00:01:42,090
So for about RS, we have only a HTML template with some few lines of text and then the outpost here

18
00:01:42,120 --> 00:01:44,310
we can enter some post here.

19
00:01:44,310 --> 00:01:51,270
And then when I hit send, I'm going to receive this particular data inside my backend.

20
00:01:51,270 --> 00:01:54,570
So it's really nice concept to be familiar with.

21
00:01:54,660 --> 00:01:59,640
Well, in the next video, let's get started with how we can save these files.

