We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9809302 commit e6408e8Copy full SHA for e6408e8
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