> For the complete documentation index, see [llms.txt](https://docs.cremawork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cremawork.com/overview/folder-structure/crema.md).

# @crema

Crema is the main directory of the Crema Template

**@crema** in the base directory of the template. In the @crema directory, you will get the following sub-directory.<br>

<figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/VS6DiuD5hfKMARuYwhb8/image.png" alt=""><figcaption><p>@crema folder overview</p></figcaption></figure>

* **components:** It contains all the general and common components that are used throughout the template.<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/cCQOJcRWg9lPDSV4T5tq/image.png" alt=""><figcaption></figcaption></figure>
* **constants:** It contains app Constants<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/6I44C2zeh1S6QnwEai8d/image.png" alt=""><figcaption></figcaption></figure>
* **context:**  It contains app-level Context<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/X1uHZR9D5fMQVaTKYDhI/image.png" alt=""><figcaption></figcaption></figure>
* **core:**  It contains AuthProvider, AppLayout, AppRoutes Configuration and it's settings<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/N60kUSmZpNg1okDAoKwp/image.png" alt=""><figcaption></figcaption></figure>
* **helpers:** It contains app helpers<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/DumG0EAe4hgFbkYEGmWG/image.png" alt=""><figcaption></figcaption></figure>
* **hooks:** It contains app Hooks<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/5uyGJWn0kAqBBs8sRaRA/image.png" alt=""><figcaption></figcaption></figure>
* **mockapi:**  It contains the app's MockApis and fake db for the APIs<br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/NoGAoq5zUHTjt1SMXxXv/image.png" alt=""><figcaption></figcaption></figure>
* **services:** It contains localization and authentication service and mock API config.\ <br>

  <figure><img src="https://content.gitbook.com/content/qDnYliSrAgeQITcXRW4t/blobs/3PLPKelisWOZ9PBcjkpW/image.png" alt=""><figcaption></figcaption></figure>
