File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Create React apps with no build configuration.
8
8
Create React App works on macOS, Windows, and Linux.<br >
9
9
If something doesn’t work please [ file an issue] ( https://github.com/facebookincubator/create-react-app/issues/new ) .
10
10
11
- ## tl;dr
11
+ ## Quick Overview
12
12
13
13
``` sh
14
14
npm install -g create-react-app
@@ -23,6 +23,13 @@ When you’re ready to deploy to production, create a minified bundle with `npm
23
23
24
24
<img src =' https://camo.githubusercontent.com/506a5a0a33aebed2bf0d24d3999af7f582b31808/687474703a2f2f692e696d6775722e636f6d2f616d794e66434e2e706e67 ' width =' 600 ' alt =' npm start ' >
25
25
26
+ ### Get Started Immediately
27
+
28
+ You ** don’t** need to install or configure tools like Webpack or Babel.<br >
29
+ They are preconfigured and hidden so that you can focus on the code.
30
+
31
+ Just create a project, and you’re good to go.
32
+
26
33
## Getting Started
27
34
28
35
### Installation
You can’t perform that action at this time.
0 commit comments