cra-template-bme
v1.0.1
Published
An extension of cra-template-typescript that adds Prettier, ESLint, Husky, and LintStaged configs.
Downloads
1
Maintainers
Readme
cra-template-bme
Extends the cra-template-typescript configuration to add Prettier, ESLint, Husky, and Lint Staged support
To use this template, add --template cra-template-bme
when creating a new app.
For example:
npx create-react-app my-app --template cra-template-bme
# or
yarn create react-app my-app --template cra-template-bme
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.