Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
/ epc2019 Public archive
forked from mpayson/epc2019

Demos to explore ArcGIS for Developer pricing and JavaScript API enhancements

License

Notifications You must be signed in to change notification settings

SafeGraphInc/epc2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epc2019

Demos to explore ArcGIS for Developer pricing and JavaScript API enhancements

Getting Started

  1. $ git clone https://github.com/mpayson/epc2019.git
  2. $ cd intelligence && npm install
  3. $ cd ../cost && npm install

Building

Note, I'm committing built files as well for convenience, so you could skip to running

  1. $ cd intelligence && npm run build
  2. $ cd ../cost && npm run build

Running

Use your favorite static server! I use serve

  1. $ cd intelligence && serve -s build
  2. $ cd ../cost && serve -s dist

About

Demos to explore ArcGIS for Developer pricing and JavaScript API enhancements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • HTML 16.1%
  • CSS 6.3%