cra-template-hc
v1.1.4
Published
This is the customized TypeScript template for Create React App.
Downloads
2
Maintainers
Readme
cra-template-hc
This is the customized TypeScript template for Create React App.
This template stipulates the directory structure and add default eslint && prettier.
To use this template, add --template hc
when creating a new app.
For example:
npx create-react-app my-app --template hc
# or
yarn create react-app my-app --template hc