Language | Framework | From | Strategy | Bundler |
---|---|---|---|---|
TypeScript | None | Local | ESM | Webpack |
How lo load assets from the CDN instead of local: ArcGIS API for JavaScript: Building Apps with ES Modules (hax) - min 34:21
This application is written in TypeScript and utilizes the @arcgis/webpack-plugin
.
You can develop, test, and build the application using various commands.
Run the application in development mode with a local development server.
npm start
Run the unit tests for the application. Unit tests are written with Jest.
npm test
Build the application for deployment.
npm run build
The original code from arcgis-js-cli.
This starter apps are maintained by the community. If you find something broken or outdated and the code from the starter app comes from another repository please open the issue there, if it doesn't feel free to open an issue on this repo.
Note that frameworks and bundlers are outside of the scope of support from the Esri Technical Support. In any case, you can use the issues repositories related to each starter app to interact with the community for support.