2. Cloning the boilerplate repository
In this part of this tutorial, you'll clone our Pixel app boilerplate into your local files. This boilerplate comes with all the needed settings for you to start developing your new Pixel app.
Instructions
- Using the terminal, clone the Pixel app boilerplate repository to your local files by running the following command:
_10git clone https://github.com/vtex-apps/pixel-app-template/
- Open the
pixel-app-template
folder in any code editor of your preference.
In the following, you'll learn how to customize this Pixel app to make it your own.