/cra-template-typescript-pretty

CRA template with TypeScript, prettier, and husky

Primary LanguageTypeScript

cra-template-typescript-pretty

npm npm

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: