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

# CSA Commands

## `npm start` or `yarn start`

Runs the app in development mode. Will open the [http://localhost:3000](http://localhost:3000/) to preview changes in your default browser.

{% hint style="info" %}
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
{% endhint %}

## `npm run build` or `yarn build`

Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build files will be minified and the filenames will include the hashes. Your app is ready to be deployed.

{% hint style="info" %}
Looking for CMA commands? Please refer to the [CMA documentation](https://docs.create-magento-app.com/getting-started/available-commands).
{% endhint %}
