umts / GISMap

GIS map being developed with AFS (initially for Parking Services)
https://maps.umass.edu/parking/
MIT License
2 stars 1 forks source link

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

Reference