In this repo you'll find everything you need to follow along with the workshop.
The following steps should be done before you start the workshop
Install the latest LTS version of node from the official site. This will include the npm client we'll use to install dependencies.
Download ngrok https://ngrok.com/download
Open a tunnel
$ ngrok http 3000
Create your app on the Apps page of the partner dashboard.
TBD