# Pull app code

<!-- -->

1. Open your root folder with VS Code
2. Open terminal in VS Code and run the following command to download the app-basic-timelog configuration into "apps-custom" folder:

```
npx comind pull app-basic-timelog apps-custom
```

3. This will download full configuration of the app into the folder **apps-custom** - so that you can further customize it in VS Code

![VS Code file explorer showing the downloaded app-basic-timelog directory structure with fields, actions, views, and settings folders](/assets/images/app-basic-timelog-files-ee82f1f60b9d19456687ecf8f6127461.png)

4. For more samples of the apps - you can pull more apps by the same command, you can get app ID in METAMETA/APP list inside the record

```
npx comind pull app-task apps-custom
npx comind pull app-hr-schedule apps-custom
npx comind pull app-itsm-ticket apps-custom
```

## Related[​](#related "Direct link to Related")

* [CLI reference](/developer-guide/reference/cli-reference.md) - full syntax for `pull`, `install`, and other CLI commands
* [Package structure](/developer-guide/app-architecture/package-structure.md) - what each directory and file in the downloaded app does
