Skip to content

Commit 1b47336

Browse files
moniuchTimer
authored andcommitted
Feature/readme-nomoretools (#1799)
* docs: replace TDLR with a meaningful heading * docs: insert section No additional build tools * Tweak wording
1 parent 356603f commit 1b47336

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create React apps with no build configuration.
88
Create React App works on macOS, Windows, and Linux.<br>
99
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new).
1010

11-
## tl;dr
11+
## Quick Overview
1212

1313
```sh
1414
npm install -g create-react-app
@@ -23,6 +23,13 @@ When you’re ready to deploy to production, create a minified bundle with `npm
2323

2424
<img src='https://camo.githubusercontent.com/506a5a0a33aebed2bf0d24d3999af7f582b31808/687474703a2f2f692e696d6775722e636f6d2f616d794e66434e2e706e67' width='600' alt='npm start'>
2525

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+
2633
## Getting Started
2734

2835
### Installation

0 commit comments

Comments
 (0)