diff --git a/README.md b/README.md index 62814476198..0e4699320c8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Create React apps with no build configuration. Create React App works on macOS, Windows, and Linux.
If something doesn’t work please [file an issue](https://github.com/facebookincubator/create-react-app/issues/new). -## tl;dr +## Quick Overview ```sh npm install -g create-react-app @@ -23,6 +23,13 @@ When you’re ready to deploy to production, create a minified bundle with `npm npm start +### Get Started Immediately + +You **don’t** need to install or configure tools like Webpack or Babel.
+They are preconfigured and hidden so that you can focus on the code. + +Just create a project, and you’re good to go. + ## Getting Started ### Installation