# Quick Start

You have just **3** easy-peasy steps to do :)

⚠️ Using [Yarn Package Manager](https://yarnpkg.com) is recommended over `npm`.

**1)** Create **CRA** app with the custom template

```shell
yarn create react-app --template cra-template-rb my-app
```

**2)** Start the example application and checkout the features made ready for you.

```shell
cd my-app
yarn start
```

**3)** When you are done examining the sample application. Clean it and start your own app!!

```shell
yarn run cleanAndSetup
```

{% hint style="success" %}
That's it. As easy as it can be. Happy coding! 🎉
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cansahin.gitbook.io/react-boilerplate-cra-template/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
