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

# 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="/pages/-MKo2b5QXiLobVBS14FI" %}
[Getting Started](/getting-started/getting-started.md)
{% 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="/pages/-MKp6N56x89PYiz8lpOe" %}
[Updating to New Releases](/getting-started/updating-to-new-releases.md)
{% endcontent-ref %}
