cra-template-typescript-pretty
v1.0.1
Published
A CRA TypeScript template that contains prettier, and runs prettier and ESLint on every commit.
Downloads
3
Maintainers
Readme
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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.