npx create-react-app app-name --template typescript
npm run build
npm test -- --coverage ---watchAll
-- coverage: Show test code coverage -- watchAll: Watch all test files instead of only changed files
npx create-react-app app-name --template typescript
npm run build
npm test -- --coverage ---watchAll
-- coverage: Show test code coverage -- watchAll: Watch all test files instead of only changed files