> For the complete documentation index, see [llms.txt](https://en.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.docs.monaca.io/products_guide/monaca_cli/tutorial.md).

# Tutorial

Monaca CLI is a local development environment that can be used to develop Monaca apps locally. Monaca CLI provides a command line interface for using Monaca Cloud from your local PC. You can create new local projects and import or clone existing projects from Monaca Cloud to your PC and start developing Monaca apps with an editor you prefer. Monaca CLI allows you to debug your app with inspector integration and remote build your projects without any local setup.

Before getting started with this tutorial, you should:

* install Monaca CLI with the following command ([read more](/products_guide/monaca_cli/overview.md#step-1-cli-installation)):

  ```
  $ npm install -g monaca
  ```
* have a smart mobile device (either iOS or Android) if you want to test on a real device.

{% content-ref url="/pages/-MfWeAgicwVpXLZ8DS5-" %}
[Part 1: Starting a Project](/tutorials/monaca_cli/starting_project.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAgXlWVNXvvODF3B" %}
[Part 2: Running Monaca Debugger with Monaca CLI](/tutorials/monaca_cli/testing_debugging.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAhFJ317DF4UqjJe" %}
[Part 3: Building a Monaca App](/tutorials/monaca_cli/building_app.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAhMkpvxAOHE8t0i" %}
[Part 4: Publishing a Monaca App](/tutorials/monaca_cli/publishing_app.md)
{% endcontent-ref %}
