1.0.0 • Published 2 years ago

cra-template-georgek v1.0.0

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

cra-template-georgek

This is a custom CRA (Create React App) template. It is built on top of the official TypeScript template.

It adds lint-staged, husky and prettier to allow easy linting. In addition it is configured to use airbnb eslint config.

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

For example:

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

# or

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

For more information, please refer to: