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 589384c commit 3740473Copy full SHA for 3740473
README.md
@@ -41,8 +41,7 @@ create-react-app my-app
41
cd my-app
42
```
43
44
-It will create a directory called `my-app` inside the current folder.
45
-
+It will create a directory called `my-app` inside the current folder.<br>
46
Inside that directory, it will generate the initial project structure and install the transient dependencies:
47
48
@@ -60,8 +59,7 @@ my-app/
60
59
logo.svg
61
62
63
-No configuration or complicated folder structures, just the files you need to build your app.
64
+No configuration or complicated folder structures, just the files you need to build your app.<br>
65
Once the installation is done, you can run some commands inside the project folder:
66
67
### `npm start`
0 commit comments