/policymaps-explorer-template

A template to build a Esri policy maps explorer like app

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Policy Maps Explorer template

A template to stand-up an Esri policy maps explorer like app

Getting Started

  1. Make sure you have a fresh version of Node.js and NPM installed. The current Long Term Support (LTS) release is an ideal starting point

  2. Create a repository using this repo as template: https://github.com/vannizhang/policymaps-explorer-template

  3. Move to project's directory, run npm install to install the required packages (dependencies)

  4. Modify the ./src/config.ts file to use your onw Group ID and Title of the app

  5. Run npm run start to see the app at http://localhost:8080

  6. Run npm run build to generate the production build