Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 713 Bytes

web-app-builder-build

Example of using the Dojo Build with an ArcGIS Web App Builder Application.

There is now an npm module that will do this for you: https://github.com/gbochenek/esri-wab-build

Adapted from build scripts provided by @qlqllu at https://geonet.esri.com/docs/DOC-3795

Sample Build Run

  1. Ensure npm, Node.js, and Java are installed.
  2. Open a command prompt to the root directory.
  3. npm install esri-wab-build -g
  4. esri-wab-build

The completed build will be located in buildOutput/app and can be hosted in the same way as any freshly downloaded Web App Builder Application.

Run on your own application

  1. Download a Web App Builder application
  2. Follow the sample build run steps.