From ea54984d1da58450726e866bcdb5551e59b06e2e Mon Sep 17 00:00:00 2001 From: shawn wang Date: Sun, 3 Jun 2018 13:39:53 -0400 Subject: [PATCH] add create-react-app-parcel-typescript to Typescript starters --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index 83eaed5f3c8..6b95414acec 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -297,7 +297,7 @@ create-react-app my-app --scripts-version=react-scripts-ts Note that it is a **third party** project, and is not a part of Create React App. -You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter). +You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter) or [create-react-app-parcel-typescript](https://github.com/sw-yx/create-react-app-parcel-typescript/). You are now ready to code! We recommend to check out the following resources to learn more about Typescript: