We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ebebe80 commit df7c067Copy full SHA for df7c067
packages/react-scripts/template/public/index.html
@@ -24,8 +24,8 @@
24
You can add webfonts, meta tags, or analytics to this file.
25
The build step will place the bundled scripts into the <body> tag.
26
27
- To begin the development, run `npm start`.
28
- 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`.
29
-->
30
</body>
31
</html>
0 commit comments