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 0c72a32 commit b2f9ee3Copy full SHA for b2f9ee3
docusaurus/docs/adding-typescript.md
@@ -13,9 +13,9 @@ To start a new Create React App project with [TypeScript](https://www.typescript
13
14
```sh
15
npx create-react-app my-app --template typescript
16
-
17
-# or
18
+```
+or
+```sh
19
yarn create react-app my-app --template typescript
20
```
21
@@ -27,9 +27,9 @@ To add [TypeScript](https://www.typescriptlang.org/) to an existing Create React
27
28
29
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
30
31
32
33
yarn add typescript @types/node @types/react @types/react-dom @types/jest
34
35
0 commit comments