From 586a50fb207fedd02b3a4d1552e46dd4e8cbe348 Mon Sep 17 00:00:00 2001 From: Christian Linne Date: Wed, 6 Dec 2017 12:40:58 +0100 Subject: [PATCH] Merge pull request #201 from StefanSchoof/patch-1 Add link to typescript User Guide --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fddffcbdd..038ab1233 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Create React apps (with Typescript) with no build configuration. + * [Getting Started](#tldr) – How to create a new app. + * [User Guide](https://github.com/wmonk/create-react-app-typescript/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with react scripts ts. + _Do you know react and want to try out typescript? Or do you know typescript and want to try out react?_ Get all the benefits from `create-react-app` but you use typescript! 🚀 ## tl;dr