Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.08 KB

neighborhood_map

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.

Test Out App

Go to (https://najens.github.io/neighborhood_map/) to test out app.

APIs

This project uses the Google Maps Javascript API, the Google Places API Web Service, and the Foursquare API.

Software Requirements

Installation Instructions

  • 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

Run App

$ npm run build

Build App Bundle for Production

$ npm run build:prod