microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

Update readme to new way of configuring React TS project using CRA #251

Closed JulianKowalczuk closed 5 years ago

JulianKowalczuk commented 5 years ago

Since create-react-app-typescript is obsoleted and react-scripts-ts vulnerable, it would be nice to update readme.

I found useful article, which may be helpful: https://vincenttunru.com/migrate-create-react-app-typescript-to-create-react-app/

TomasHubelbauer commented 5 years ago

I think we should only keep #246 as this one duplicates it (is newer), but it would be useful to copy the guide link over to the other one.