Local Development Javascript SDK Monday Code

I’m building an integration app using Monday Code and the JavaScript SDK. Every time I make a code change, I have to deploy a new version, which takes 3–4 minutes to push to the Monday environment. This significantly slows down the feedback loop. Is there a way I can run this locally to test my API?

Absolutely. You can specify a full URL instead of the monday-code path in a “new deployment” in the feature in your app in the dev center, then use the url instead to test locally.

Personally, I pay for ngrok which gives me a static domain name I can remember, but I think that there’s an inbuilt tunnel in mapps that you can use for similar results or just use your own ngrok.

Don’t forget to change the url back to a monday-code path before you release the version. Or have a separate app on a separate monday instance for your production version (I prefer this).