Commit 37404734 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Update README.md

parent 589384ca
No related merge requests found
Showing with 2 additions and 4 deletions
+2 -4
...@@ -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`
......
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