You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ You can also follow along locally if you don't mind a few extra steps:
38
38
39
39
1. Make sure you have a recent version of [Node.js](https://nodejs.org/en/) installed.
40
40
2. Follow the [installation instructions](/react/docs/installation.html#creating-a-new-application) to create a new project.
41
-
3.Replace the contents of `src/index.js` in the generated project with <ahref="https://codepen.io/gaearon/pen/JNYBEZ?editors=0010"target="_blank">this JS code</a>.
42
-
4.Replace the contents of `src/index.css` in the generated project with <ahref="https://codepen.io/gaearon/pen/JNYBEZ?editors=0100"target="_blank">this CSS code</a>.
43
-
5.Delete other files in the `src/` folder, and add three lines to the top of `src/index.js`:
41
+
3.Delete all files in the `src/` folder of the new project.
42
+
4.Add a file named `index.css` in the `src/` folder with <ahref="https://codepen.io/gaearon/pen/JNYBEZ?editors=0100"target="_blank">this CSS code</a>.
43
+
5.Add a file named `index.js`in the `src/` folder with <ahref="https://codepen.io/gaearon/pen/JNYBEZ?editors=0010"target="_blank">this JS code</a>, and then add three lines to the top of it:
0 commit comments