Using Create React App To Start A Project

Create React App is a very popular way to start a React app. Using it can make getting started much faster. We’re big fans of typescript which can be added by running in your cli:

npx create-react-app my-app --typescript

Read more about it here