You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/getting-started.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Just create a project, and you’re good to go.
34
34
35
35
## Creating an App
36
36
37
-
**You’ll need to have Node >= 6 on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
37
+
**You’ll need to have Node >= 8.10 on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
38
38
39
39
To create a new app, you may choose one of the following methods:
40
40
@@ -62,6 +62,11 @@ yarn create react-app my-app
62
62
63
63
_`yarn create` is available in Yarn 0.25+_
64
64
65
+
66
+
### Creating a TypeScript app
67
+
68
+
Follow our [Adding TypeScript](adding-typescript.md) documentation to create a TypeScript app.
69
+
65
70
## Output
66
71
67
72
Running any of these commands will create a directory called `my-app` inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies:
0 commit comments