# Create ScandiPWA App

### Less to learn

You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.

### Only One Dependency

Your app only needs one build dependency. We test Create ScandiPWA App to make sure that all of its underlying pieces work together seamlessly – no complicated version mismatches.

## 🚀 Get started in seconds

Create ScandiPWA App allows you to **focus on code, not build tools**.\
\
To create a project called `my-app`, run this command:

```bash
npx create-scandipwa-app my-app
```

{% content-ref url="getting-started" %}
[getting-started](https://docs.create-scandipwa-app.com/getting-started)
{% endcontent-ref %}

## 🛠 Easy to Maintain

Updating your build tooling is typically a daunting and time-consuming task. When new versions of Create React App are released, you can upgrade using a single command:

```bash
npm install @scandipwa/scandipwa-scripts@latest
```

{% content-ref url="getting-started/updating-to-new-releases" %}
[updating-to-new-releases](https://docs.create-scandipwa-app.com/getting-started/updating-to-new-releases)
{% endcontent-ref %}


---

# 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://docs.create-scandipwa-app.com/master.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.
