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
webpack --watch tells webpack to watch for file changes
zat server --path=./dist serve the app from the dist folder which is where the index.html and app.js live
This project is licensed under the MIT License - see the LICENSE.md file for details