Menu
Guides
App Development

App Development

2. Cloning the boilerplate repository

1 min read

In this part of the tutorial, you'll clone our Pixel app boilerplate into your local files. This boilerplate comes with all the necessary settings for you to start developing your new Pixel app.

Instructions

  1. Using the terminal, clone the Pixel app boilerplate repository to your local files by running the following command:

_10
git clone https://github.com/vtex-apps/pixel-app-template/

  1. Open the pixel-app-template folder in any code editor of your preference.

Next, you'll learn how to customize this Pixel app to make it your own.