From 0a663477d40a297bf0cc4c9d4ef9b5945a28461d Mon Sep 17 00:00:00 2001 From: moniuch Date: Sat, 11 Mar 2017 23:04:03 +0100 Subject: [PATCH] Feature/readme-nomoretools (#1799) * docs: replace TDLR with a meaningful heading * docs: insert section No additional build tools * Tweak wording --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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