This is the TypeScript template for Create React App with quality control system using Prettier, ESLint, and Husky
To use this template, add --template quality-ts
when creating a new app.
For example:
npx create-react-app my-app --template quality-ts
# or
yarn create react-app my-app --template quality-ts