Commit 310ab8ac authored by yangtze's avatar yangtze Committed by Dan Abramov
Browse files

Update file structure in README (#664)

parent fc3ab46d
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -51,7 +51,6 @@ Inside that directory, it will generate the initial project structure and instal ...@@ -51,7 +51,6 @@ Inside that directory, it will generate the initial project structure and instal
my-app/ my-app/
README.md README.md
index.html index.html
favicon.ico
node_modules/ node_modules/
package.json package.json
.gitignore .gitignore
...@@ -59,6 +58,7 @@ my-app/ ...@@ -59,6 +58,7 @@ my-app/
App.css App.css
App.js App.js
App.test.js App.test.js
favicon.ico
index.css index.css
index.js index.js
logo.svg logo.svg
......
...@@ -80,13 +80,13 @@ After creation, your project should look like this: ...@@ -80,13 +80,13 @@ After creation, your project should look like this:
my-app/ my-app/
README.md README.md
index.html index.html
favicon.ico
node_modules/ node_modules/
package.json package.json
src/ src/
App.css App.css
App.js App.js
App.test.js App.test.js
favicon.ico
index.css index.css
index.js index.js
logo.svg logo.svg
...@@ -95,7 +95,7 @@ my-app/ ...@@ -95,7 +95,7 @@ my-app/
For the project to build, **these files must exist with exact filenames**: For the project to build, **these files must exist with exact filenames**:
* `index.html` is the page template; * `index.html` is the page template;
* `favicon.ico` is the icon you see in the browser tab; * `src/favicon.ico` is the icon you see in the browser tab;
* `src/index.js` is the JavaScript entry point. * `src/index.js` is the JavaScript entry point.
You can delete or rename the other files. You can delete or rename the other files.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment