An open API service indexing awesome lists of open source software.

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

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.