From 6ff1d971c5d2501010c693abdcc699d1c16314c3 Mon Sep 17 00:00:00 2001 From: StefanSchoof Date: Wed, 6 Dec 2017 11:11:56 +0100 Subject: [PATCH 1/2] Add link to typescript User Guide The User Guide is hidden (I found it only recently), so a link (like on the original create-react-app) helps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 304935a20..4899be8ee 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ 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 ```sh From e4b4146892b3b40c90c50b3590ffc83b624ece51 Mon Sep 17 00:00:00 2001 From: StefanSchoof Date: Wed, 6 Dec 2017 11:13:17 +0100 Subject: [PATCH 2/2] remove extra space lines --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4899be8ee..b4da5e323 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Create React apps (with Typescript) with no build configuration. _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 ```sh