Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
310ab8ac
Commit
310ab8ac
authored
8 years ago
by
yangtze
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update file structure in README (#664)
parent
fc3ab46d
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
README.md
template/README.md
+2
-2
template/README.md
with
3 additions
and
3 deletions
+3
-3
README.md
+
1
-
1
View file @
310ab8ac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
template/README.md
+
2
-
2
View file @
310ab8ac
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets