Skip to content

Commit 7154487

Browse files
authored
Add link to TypeScript page in Getting Started (#6817)
This also updates our min version of Node that we ask for
1 parent 431ccf9 commit 7154487

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus/docs/getting-started.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Just create a project, and you’re good to go.
3434

3535
## Creating an App
3636

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.
3838

3939
To create a new app, you may choose one of the following methods:
4040

@@ -62,6 +62,11 @@ yarn create react-app my-app
6262

6363
_`yarn create` is available in Yarn 0.25+_
6464

65+
66+
### Creating a TypeScript app
67+
68+
Follow our [Adding TypeScript](adding-typescript.md) documentation to create a TypeScript app.
69+
6570
## Output
6671

6772
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

Comments
 (0)