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
37404734
Commit
37404734
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
589384ca
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-4
README.md
with
2 additions
and
4 deletions
+2
-4
README.md
+
2
-
4
View file @
37404734
...
@@ -41,8 +41,7 @@ create-react-app my-app
...
@@ -41,8 +41,7 @@ create-react-app my-app
cd
my-app
cd
my-app
```
```
It will create a directory called
`my-app`
inside the current folder.
It will create a directory called
`my-app`
inside the current folder.
<br>
Inside that directory, it will generate the initial project structure and install the transient dependencies:
Inside that directory, it will generate the initial project structure and install the transient dependencies:
```
```
...
@@ -60,8 +59,7 @@ my-app/
...
@@ -60,8 +59,7 @@ my-app/
logo.svg
logo.svg
```
```
No configuration or complicated folder structures, just the files you need to build your app.
No configuration or complicated folder structures, just the files you need to build your app.
<br>
Once the installation is done, you can run some commands inside the project folder:
Once the installation is done, you can run some commands inside the project folder:
### `npm start`
### `npm start`
...
...
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