WEBVTT

1
00:00:00.000 --> 00:00:01.876
So in the last stage,
we went over Create React App.

2
00:00:01.876 --> 00:00:06.293
It's a tool most developers
use to quickly install and

3
00:00:06.293 --> 00:00:09.566
run React apps with no configurations.

4
00:00:09.566 --> 00:00:13.073
It's well suited for projects of any size.

5
00:00:13.073 --> 00:00:15.593
Then we got set up to code along together.

6
00:00:15.593 --> 00:00:17.844
We downloaded the project files and

7
00:00:17.844 --> 00:00:22.953
installed the dependencies by opening up
the terminal and running npm install.

8
00:00:22.953 --> 00:00:27.593
Once the dependencies are installed,
this takes a couple of minutes or so.

9
00:00:27.593 --> 00:00:30.000
We can run our React app by
running npm start in the terminal.
