We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dae7b commit 471fec4Copy full SHA for 471fec4
1 file changed
content/tutorial/tutorial.md
@@ -54,7 +54,7 @@ If you want to do it, here are the steps to follow:
54
55
1. Make sure you have a recent version of [Node.js](https://nodejs.org/en/) installed.
56
2. Follow the [installation instructions](/docs/installation.html#creating-a-new-application) to create a new project.
57
-3. Delete all files inside the `src/` folder of the new project (don't exclude the folder, just the files).
+3. Delete all files inside the `src/` folder of the new project (don't delete the folder, just its contents (eg `rm -f src/*`)).
58
4. Add a file named `index.css` in the `src/` folder with [this CSS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0100).
59
5. Add a file named `index.js` in the `src/` folder with [this JS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010).
60
6. Add these three lines to the top of `index.js` in the `src/` folder:
0 commit comments