The minimal amount of code you need to get started with Zendesk Apps using your javascript framework of preference.
Please get yourself familiar with the Zendesk documentation
You will need either npm or yarn and the zendesk_apps_tools installed.
Please refer to the Zendesk documentation
./bin/compilation-watcher tells webpack to watch for file changes
./bin/zat-server serve the app from the dist folder which is where the index.html and app.js live
- Open up a ticket with the zat flag
https://[some-instance].zendesk.com/agent/tickets/1?zat=true - Make sure to allow the insecure scripts to load
- Open up the Apps sidebar
- The app should appear with a title, icon and details about the ticket.
This project is licensed under the MIT License - see the LICENSE.md file for details