We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fcd71 commit 37acdc3Copy full SHA for 37acdc3
examples/create-react-app-typescript/README.md
@@ -25,10 +25,10 @@ Install it and run:
25
26
```sh
27
npm install
28
-npm run dev
+npm run start
29
# or
30
yarn
31
-yarn dev
+yarn start
32
```
33
34
Finally, initialize the git repo and create your first commit:
examples/create-react-app/README.md
0 commit comments