What is the difference between
npx create-react-app my-app --typescript
and
npx create-react-app my-apptts --template typescript
?
The latter one is mentioned on the official documentation, but npm start for it leads to errors (that shall not be discussed here - at this question I just want to understand the differences between both commands)