esri-glimmer-example
June 9, 2017 ยท View on GitHub
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 to lazy-load the ArcGIS API for JavaScript in a glimmer app.
This is a work in progress hacked up w/ @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.
Installation
git clone <repository-url>this repositorycd esri-glimmer-exampleyarn
Running / Development
ember serve- Visit your app at http://localhost:4200.
Building
ember build(development)ember build --environment production(production)