From f1fbc671e102a88ca51cdabfbb64819d3a8f8ed4 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 19 Oct 2018 20:06:23 -0400 Subject: [PATCH] Update README.md --- packages/react-scripts/template/README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 3ad2f201..eee4ebff 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -1,13 +1,5 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -Below you will find some information on how to perform common tasks. - -## Documentation - -You can learn more about how to work with this project in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). - -To learn React, check out [React documentation](https://reactjs.org/). - ## Available Scripts In the project directory, you can run: @@ -44,3 +36,10 @@ If you aren’t satisfied with the build tool and configuration choices, you can Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). +