> For the complete documentation index, see [llms.txt](https://docs.bluetext.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluetext.dev/building-your-system/cillers-core/quick-start-guide.md).

# Quick Start Guide

The code for the React web frontend and the Strawberry GraphQL API is stored under the `code/web-app` and `code/app-api` directories. These directories are mounted into the Docker containers that run them. And, they are hot reloaded, so any saved change is immediately reflected in the web app and API.

### Instructions

* [Adding A GraphQL Operation](/building-your-system/cillers-core/quick-start-guide/adding-a-graphql-operation.md)
* [Creating A New Rreact Component That Calls The GraphQL API](/building-your-system/cillers-core/quick-start-guide/creating-a-new-react-component-that-calls-the-graphql-api.md)
