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
- 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-templatefolder in any code editor of your preference.
Next, you'll learn how to customize this Pixel app to make it your own.