Skip to content

UrbanMonitor/urban_map

Repository files navigation

urban_map

Project Setup

npm install

This project makes use of google maps API to generate map and heatmap. To use it, you must use an API Key to interact to Google Maps API. You can reach one here

You have to type your API Key in the config file

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build