Skip to content

Latest commit

 

History

History
 
 

dojo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.