1
00:00:00,170 --> 00:00:00,800
All right.

2
00:00:00,800 --> 00:00:04,640
And up next, let's remove all of the boilerplate.

3
00:00:04,640 --> 00:00:11,170
So effectively I want to navigate to index and just delete all of this code.

4
00:00:11,180 --> 00:00:13,850
I also want to remove app.css.

5
00:00:14,270 --> 00:00:15,590
We won't use it.

6
00:00:15,590 --> 00:00:24,440
And then back in the app, JSX, let's just wipe everything clean and let's create our new component.

7
00:00:24,440 --> 00:00:28,940
And essentially I'm going to use again my snippets extension.

8
00:00:28,940 --> 00:00:35,000
So we're looking for our a f, c e, so we're creating a new component.

9
00:00:35,800 --> 00:00:37,870
And I'm still going to call this app.

10
00:00:37,900 --> 00:00:44,200
However, as far as the return, I'm going to go with heading one and I'm just going to type justify.

11
00:00:45,240 --> 00:00:45,570
App.

12
00:00:45,780 --> 00:00:46,810
Let's save this.

13
00:00:46,830 --> 00:00:49,050
We should see this heading one on the screen.

14
00:00:49,050 --> 00:00:54,990
And up next, let's get all of the assets we're going to use in order to build our project.

