1.0.1 • Published 4 years ago

cra-template-typescript-pretty v1.0.1

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

cra-template-typescript-pretty

This is a TypeScript template for Create React App that adds prettier, and uses husky hooks to run ESLint and prettier upon every commit.

To use this template, add --template typescript-pretty when creating a new app.

For example:

npx create-react-app my-app --template typescript-pretty

# or

yarn create react-app my-app --template typescript-pretty

For more information, please refer to: