Query: Single Page Application Development in NetSuite
We’ve been working on a Single Page Application (SPA) using NetSuite’s SPA architecture, but ran into a challenge: there doesn’t seem to be a supported way to run an SPA project locally. This makes collaborative development inefficient, as every change requires deployment to the NetSuite environment to test or view it.
Is there a way to run/test SPA projects locally? Similar to how we can run/test SuiteCommerce Extensions/Themes on a local server?
If local development isn’t supported, what’s the recommended approach for multiple developers to collaborate effectively on a single SPA?
Thanks in advance for your help!