From f7e11ec5e4335c4b330bed6f91836fb6b4ed347b Mon Sep 17 00:00:00 2001 From: Priyanshu2001 <56107141+Priyanshu2001@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:22:08 +0530 Subject: [PATCH 1/4] Removed errors create react-app >>> create-react-app Sourcemaps >>> source maps webkit >>>> Web kit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 586da9a8b5d..043dbe88e2d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ _`npm init ` is available in npm 6+_ ### Yarn ```sh -yarn create react-app my-app +yarn create-react-app my-app ``` _`yarn create` is available in Yarn 0.25+_ @@ -145,10 +145,10 @@ Your environment will have everything you need to build a modern single-page Rea - React, JSX, ES6, TypeScript and Flow syntax support. - Language extras beyond ES6 like the object spread operator. -- Autoprefixed CSS, so you don’t need `-webkit-` or other prefixes. +- Autoprefixed CSS, so you don’t need `-WebKit-` or other prefixes. - A fast interactive unit test runner with built-in support for coverage reporting. - A live development server that warns about common mistakes. -- A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps. +- A build script to bundle JS, CSS, and images for production, with hashes and source maps. - An offline-first [service worker](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers) and a [web app manifest](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/), meeting all the [Progressive Web App](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) criteria. (_Note: Using the service worker is opt-in as of `react-scripts@2.0.0` and higher_) - Hassle-free updates for the above tools with a single dependency. @@ -182,11 +182,11 @@ All of the above tools can work with little to no configuration. If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-an-existing-app.html). -## Contributing +## Contributing :- We'd love to have your helping hand on `create-react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. -## React Native +## React Native :- Looking for something similar, but for React Native?
Check out [Expo CLI](https://github.com/expo/expo-cli). @@ -199,6 +199,6 @@ We are grateful to the authors of existing related projects for their ideas and - [@insin](https://github.com/insin) - [@mxstbr](https://github.com/mxstbr) -## License +## License :- Create React App is open source software [licensed as MIT](https://github.com/facebook/create-react-app/blob/master/LICENSE). From 0568e379268eda74a4635d85d564082210be916e Mon Sep 17 00:00:00 2001 From: Priyanshu bansal <56107141+Priyanshu2001@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:26:53 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 043dbe88e2d..b6c90a096aa 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ If you prefer configuring the build yourself, [follow this guide](https://reactj ## Contributing :- -We'd love to have your helping hand on `create-react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. +We'd love to have your helping hand on `create react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. ## React Native :- From 5375cd35db11566e66f7312f7be91ab3af07de80 Mon Sep 17 00:00:00 2001 From: Priyanshu bansal <56107141+Priyanshu2001@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:27:53 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6c90a096aa..f67a8aea40c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ _`npm init ` is available in npm 6+_ ### Yarn ```sh -yarn create-react-app my-app +yarn create react-app my-app ``` _`yarn create` is available in Yarn 0.25+_ From 85081c8fbe69c3e2fd01e3527f3b1861ea42c071 Mon Sep 17 00:00:00 2001 From: Priyanshu bansal <56107141+Priyanshu2001@users.noreply.github.com> Date: Thu, 7 Nov 2019 08:44:56 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f67a8aea40c..7f914a2446a 100644 --- a/README.md +++ b/README.md @@ -182,11 +182,11 @@ All of the above tools can work with little to no configuration. If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-an-existing-app.html). -## Contributing :- +## Contributing We'd love to have your helping hand on `create react-app`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. -## React Native :- +## React Native Looking for something similar, but for React Native?
Check out [Expo CLI](https://github.com/expo/expo-cli). @@ -199,6 +199,6 @@ We are grateful to the authors of existing related projects for their ideas and - [@insin](https://github.com/insin) - [@mxstbr](https://github.com/mxstbr) -## License :- +## License Create React App is open source software [licensed as MIT](https://github.com/facebook/create-react-app/blob/master/LICENSE).