/GISMap

GIS map being developed with AFS (initially for Parking Services)

Primary LanguageTypeScriptMIT LicenseMIT

GISMap

GIS map being developed with AFS (initially for Parking Services)

App homepage on GIS Confluence

Confluence backend documentation

Setup

Install Yarn

Install dependencies with:

$ yarn

Compile the application with:

$ yarn run build

The built site will be in the out/ directory. You can start a web server with:

$ yarn run serve

And view the application at http://localhost:8080/

Project Structure

  • app/ contains the TypeScript components of the application. These are compiled into javascript in the "build" step.
  • static/ contains files that are copied directly into the output directory unmodified. This includes
  • out/ contains the working copy of the site. It is what is available to the browser via the "serve" command, and also what gets zipped up for "release".
  • script/ contains helper scripts for said building and compiling steps.

Reference