# cra-template-the-react-app

This is the official template for [The React App](https://github.com/elandamor/the-react-app).

To use this template, add `--template the-react-app` when creating a new app.

For example:

```sh
npx create-react-app my-app --template the-react-app

# or

yarn create-react-app my-app --template the-react-app
```
