> For the complete documentation index, see [llms.txt](https://gdgaddis.gitbook.io/mobile-development-reference-tce-c01/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdgaddis.gitbook.io/mobile-development-reference-tce-c01/first-steps/creating-project.md).

# Creating Project

## On your terminal

Navigate to your desired directory and use the command below to create a new project.

```
$ flutter create techcamp_flutter_shopping_app
```

{% hint style="info" %}
&#x20;All your essential files will be created in a folder named "techcamp\_*flutter\_shopping\_app"*
{% endhint %}

Open your project on your favorite IDE and let's make sure it works perfectly.

```
$ flutter run
```
