Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1003 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1003 Bytes

Bower Sample application

======

This is a sample application showing how to use Bower to build your ArcGIS API for JavaScript application. It provides a Gruntfile for build scenario using Dojo.

Requirements

Usage

  • npm install -g bower - installs bower
  • npm install - installs required node and bower packages
  • npm run clean - removes built files from dist directory
  • npm run build - run the Dojo build on application

If you have Python you can run python -m SimpleHTTPServer in same folder as application to run it in a browser.

Notes

For details on the Dojo build system, review the Dojo documentation.