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.