Quick Start Script for ArcGIS Experience Builder

1 · Gavin Rehkemper · Aug. 4, 2021, midnight
If you develop with ArcGIS Experience Builder, you know that getting started is a multi-step process. It would be nice to get started a little more quickly. Here’s a simple Windows batch script that will do that. It installs the dependencies, if necessary, and then starts up the Experience Builder server. if exist ArcGISExperienceBuilder/client/node_modules\ ( cmd /c start powershell -noexit -command "cd ArcGISExperienceBuilder\client; npm start" cmd /c start powershell -noexit -command "cd ArcG...