Skip to content

Commit c83ee7a

Browse files
tmosTimer
authored andcommitted
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.
1 parent 5364908 commit c83ee7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
You can add webfonts, meta tags, or analytics to this file.
2525
The build step will place the bundled scripts into the <body> tag.
2626
27-
To begin the development, run `npm start`.
28-
To create a production bundle, use `npm run build`.
27+
To begin the development, run `npm start` or `yarn start`.
28+
To create a production bundle, use `npm run build` or `yarn build`.
2929
-->
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)