mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 17:08:15 +08:00
Update file structure in README (#664)
This commit is contained in:
@@ -51,7 +51,6 @@ Inside that directory, it will generate the initial project structure and instal
|
||||
my-app/
|
||||
README.md
|
||||
index.html
|
||||
favicon.ico
|
||||
node_modules/
|
||||
package.json
|
||||
.gitignore
|
||||
@@ -59,6 +58,7 @@ my-app/
|
||||
App.css
|
||||
App.js
|
||||
App.test.js
|
||||
favicon.ico
|
||||
index.css
|
||||
index.js
|
||||
logo.svg
|
||||
|
||||
@@ -80,13 +80,13 @@ After creation, your project should look like this:
|
||||
my-app/
|
||||
README.md
|
||||
index.html
|
||||
favicon.ico
|
||||
node_modules/
|
||||
package.json
|
||||
src/
|
||||
App.css
|
||||
App.js
|
||||
App.test.js
|
||||
favicon.ico
|
||||
index.css
|
||||
index.js
|
||||
logo.svg
|
||||
@@ -95,7 +95,7 @@ my-app/
|
||||
For the project to build, **these files must exist with exact filenames**:
|
||||
|
||||
* `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.
|
||||
|
||||
You can delete or rename the other files.
|
||||
|
||||
Reference in New Issue
Block a user