Commit c83ee7a3 authored by Tom Canac's avatar Tom Canac Committed by Joe Haddad
Browse files

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.
parent 5364908e
Showing with 2 additions and 2 deletions
+2 -2
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
You can add webfonts, meta tags, or analytics to this file. You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag. The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`. To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build`. To create a production bundle, use `npm run build` or `yarn build`.
--> -->
</body> </body>
</html> </html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment