This code has been moved to: https://github.com/zapier/zapier-platform/tree/master/example-apps/babel
A barebones app that has a resource defined. This is mainly a proof-of-concept for using features not yet available in node v6.x.
Run this:
npm run zapier-dev # compiles live
zapier testThere's also a non- watch command:
npm run zapier-buildTo push, instead of zapier push, we do:
npm run zapier-push # compiles firstWe recommend using the zapier-platform-cli and
zapier init . --template=babelto create an app.