https://github.com/bmeverett/cra-template-bme
Create React Template Configuration
https://github.com/bmeverett/cra-template-bme
build-tools react template
Last synced: 2 months ago
JSON representation
Create React Template Configuration
- Host: GitHub
- URL: https://github.com/bmeverett/cra-template-bme
- Owner: bmeverett
- Created: 2019-12-17T20:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T12:44:58.000Z (over 5 years ago)
- Last Synced: 2025-10-21T01:51:32.769Z (8 months ago)
- Topics: build-tools, react, template
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
```sh
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](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.