neighborhood_map is a simple frontend app that allows users to add, edit, delete, and filter locations on a google map. This example focuses on the Seattle area.
Go to (https://najens.github.io/neighborhood_map/) to test out app.
This project uses the Google Maps Javascript API, the Google Places API Web Service, and the Foursquare API.
-
Open Git or Git Bash in your workspace directory
-
Clone the GitHub repository
$ git clone https://github.com/najens/neighborhood_map.git
- Navigate to project folder
$ cd neighborhood_map
- Install Module Dependencies
$ npm install
$ npm run build
- Open app in browser at http://localhost:5000
$ npm run build:prod