A template to stand-up an Esri policy maps explorer like app
-
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
-
Create a repository using this repo as template:
https://github.com/vannizhang/policymaps-explorer-template
-
Move to project's directory, run
npm install
to install the required packages (dependencies) -
Modify the
./src/config.ts
file to use your onw Group ID and Title of the app -
Run
npm run start
to see the app at http://localhost:8080 -
Run
npm run build
to generate the production build