======
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 RequireJS.
npm install -g bower
- installs bowernpm install
- installs required node and bower packagesnpm run clean
- removes built files fromdist
directorynpm run build
- run the RequireJS optimizer on application
If you have Python you can run python -m SimpleHTTPServer
to test the application.
For details on the RequireJS Optimizer, you can review the documentation.