https://github.com/tomwayson/ambitious-arcgis-app
Code and resources for the 2017 DevSummit Building Ambitious Applications Integrated with ArcGIS Online / Portal workshop
https://github.com/tomwayson/ambitious-arcgis-app
Last synced: about 1 year ago
JSON representation
Code and resources for the 2017 DevSummit Building Ambitious Applications Integrated with ArcGIS Online / Portal workshop
- Host: GitHub
- URL: https://github.com/tomwayson/ambitious-arcgis-app
- Owner: tomwayson
- Created: 2017-02-27T07:17:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T18:24:43.000Z (about 9 years ago)
- Last Synced: 2025-03-26T01:23:08.620Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://ambitious-arcgis-app-tom.surge.sh
- Size: 338 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building Ambitious Applications Integrated with ArcGIS Online/Portal
This repository contains the source code and resources from the DevSummit 2017 Building Ambitious Applications Integrated with ArcGIS Online/Portal pre-conference workshop.
## Presenters
- Dave Bouwman [@dbouwman](https://github.com/dbouwman)
- Mike Juniper [@mjuniper](https://github.com/mjuniper)
- Tom Wayson [@tomwayson](https://github.com/tomwayson)
## Outline
- Building an App
- [slides](http://mjuniper.github.io/presentations/ds2017/ambitious-apps-building.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/1-building-an-app.md)
- Architecture
- [slides](http://mjuniper.github.io/presentations/ds2017/ambitious-apps-architecture.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/2-architecture.md)
- Addons
- [slides](https://tomwayson.github.io/dev-summit-2017-ambitious-arcgis-workshop/addons.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/3-addons.md)
- Auth
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/4-auth-me-baby.md)
- Maps
- [slides](https://tomwayson.github.io/dev-summit-2017-ambitious-arcgis-workshop/maps.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/5-maps.md)
- Deployment
- [slides](http://mjuniper.github.io/presentations/ds2017/ambitious-apps-deployment.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/6-deployment.md)
### Alternative Map Workshop
After giving this workshop, we've released [ember-esri-loader](https://www.npmjs.com/package/ember-esri-loader), an addon to allow lazy loading the ArcGIS API for JavaScript in Ember applications. As an alternative to the above map workshop we presented which uses ember-cli-amd, you can follow this workshop:
- Maps using ember-esri-loader
- [slides (same as above)](https://tomwayson.github.io/dev-summit-2017-ambitious-arcgis-workshop/maps.html)
- [workshop](https://github.com/tomwayson/ambitious-arcgis-app/blob/master/workshop/alt-5-ember-esri-loader-maps.md)
## Source Code
If you go through the above workshops, you should have an application that looks like the code in this repository.
The source code in this repository was built before the worshop. The exact source code we built together in the class can be found at https://github.com/mjuniper/ambitious-arcgis-app
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)