1.0.2 • Published 2 years ago

cra-template-quality-ts v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cra-template-quality-ts

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