/arcgis-map-components-visual-editor

A small demo app implementing a visual builder for the ArcGIS Maps SDK for JavaScript components

Primary LanguageTypeScriptMIT LicenseMIT

ArcGIS Maps SDK for JavaScript - Visual Builder for components

Create small GIS apps using ArcGIS mapping components in seconds, without touching an code.

Inspired by ArcGIS Instant Apps builder. This app was created as part of a 2-day hackathon focused on testing mapping components. More about components

Video Demo

Video Demo

Development

  1. Clone this repository and open it in terminal

  2. Install dependencies:

    npm install

    Note: if you are seeing the following error when building the app:

    An index signature parameter type must be either string or number in ./node_modules/@types/babel__traverse/index.d.ts

    The workaround requires manually editing the type in node_modules

  3. Start the app in development:

    npm start

    or do a production build:

    npm run build