Clone the Example App
In this step, you will download a super simple Zapier application that works with GitHub issues. You'll be able to explore the project code, run automated tests, deploy it to the Zapier platform, and use it in Zaps.
To clone the sample application and load its node project modules, execute the following commands in your terminal:
git clone https://github.com/zapier/zapier-platform-example-app-github.gitcd zapier-platform-example-app-githubnpm install
Well done! You now have a working project in your local environment that's ready to deploy. Before we do that let's take a moment and have a quick look around the project.