From df7c067dfd0af528d51e3f94853dcba22168d08b Mon Sep 17 00:00:00 2001 From: Tom Canac Date: Wed, 5 Apr 2017 13:28:32 -0400 Subject: [PATCH] Suggest Yarn in HTML template (#1911) * Fix npm to yarn * yarn & npm * Update index.html * Switch ordering of suggestion We should suggest NPM first for new users. --- packages/react-scripts/template/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index 3622e29b41..7f3e83f4e4 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -24,8 +24,8 @@ You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the tag. - To begin the development, run `npm start`. - To create a production bundle, use `npm run build`. + To begin the development, run `npm start` or `yarn start`. + To create a production bundle, use `npm run build` or `yarn build`. -->