https://github.com/tomwayson/esri-glimmer-example
An example of how to use the ArcGIS API for JavaScript in a https://glimmerjs.com/ application
https://github.com/tomwayson/esri-glimmer-example
arcgis-api glimmerjs javascript
Last synced: 4 months ago
JSON representation
An example of how to use the ArcGIS API for JavaScript in a https://glimmerjs.com/ application
- Host: GitHub
- URL: https://github.com/tomwayson/esri-glimmer-example
- Owner: tomwayson
- Created: 2017-03-29T04:20:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T04:30:13.000Z (about 9 years ago)
- Last Synced: 2025-07-19T15:51:50.298Z (11 months ago)
- Topics: arcgis-api, glimmerjs, javascript
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esri-glimmer-example
An example of how to use the [ArcGIS API for JavaScript] in a [glimmerjs] application.

This uses the pattern (and a copy of the code) from [esri-loader](https://github.com/Esri/esri-loader) to lazy-load the ArcGIS API for JavaScript in a glimmer app.
This is a work in progress hacked up w/ [@odoe](https://github.com/odoe/) at EmberConf 2017.
## Development Instructions
The rest of this README outlines the details of collaborating on this Glimmer application.
### Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)
### Installation
* `git clone ` this repository
* `cd esri-glimmer-example`
* `yarn`
### Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Building
* `ember build` (development)
* `ember build --environment production` (production)
## Further Reading / Useful Links
* [ArcGIS API for JavaScript]
* [glimmerjs]
* [ember-cli](https://ember-cli.com/)
* [ArcGIS API for JavaScript]:https://developers.arcgis.com/javascript/
* [glimmerjs]:https://glimmerjs.com/