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.08k stars 1.21k forks source link

Readme enhancements #222

Closed adamschachne closed 2 years ago

adamschachne commented 5 years ago

Included option to use npx to install create-react-app, which is convenient for running one-off tools like create-react-app, or for those who don't want to have to check for updates when running it in the future.

Replaced ts code blocks with tsx for better markdown support