[GIS] Is it possible to download the code of a web app you’ve created in Esri’s Web AppBuilder

arcgis-onlinearcgis-serverarcgis-web-appbuilder

I've created an app in Esri's Web AppBuilder, but now I'd like to download the code and host it myself. I have both ArcGIS Online and ArcGIS Server. In the past, there was a "Publish" option where you could download your code, but it seems to have disappeared in the new version.

EDIT: I can manually pull some HTML and JavaScript off the page using Chrome and the "Inspect Element" tool (via the "Sources" tab). However, even when structured the same and hosted, the app doesn't fully load (the progress bar stops at about 75%). I'm familiar with web concepts and I would think this should work, but I must be missing something.

Best Answer

This is accessible via the homepage of your Web App Builder. Highlight your map then hit the ellipsis at the right-hand side of the page, and there's a Download option.

enter image description here

Unzip the resulting files into your web server directory (eg C:\inetpub\wwwroot on a PC, /Library/WebServer/Documents on a Mac, etc)

Related Question