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

Use npx instead of installing CRA globally #200

Open jmay4826 opened 5 years ago

jmay4826 commented 5 years ago

Updated README.md to use npx to run create-react-app instead of having to install the package globally.