create a new project with Vite #
The create-react-app tool is deprecated. For a similar experience I use Vite.
Build a new react + typescript project with create and follow the prompts.
npm create vite@latest react-ts my-app-name -- --template react-ts