Skip to content

beloved/neighborhood-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighborhood Map

This app allows the user to view a select whale watching location around Monterey Bay California, the locations provided are retrieved from the free version of the FourSquare API, https://foursquare.com/developers/apps. The locations are displayed on map provided by Google Maps API and has been developed using react-google-maps, https://tomchentw.github.io/react-google-maps/.

Installation

  1. Download the repository: Click download ZIP on the right of the screen, then extract the zip file to your computer, or clone the repository using git.
  2. Open your computer's terminal and navigate to where you unzipped the file or cloned the repository.
  3. Make sure you are in the app's directory/folder
  4. Run the project in development mode
    1. Type npm install to install app dependencies.
    2. Type npm start to run the app, the default browser will open with the app running, normally the app will run on http://localhost:3000/.
  5. Run the project in production mode
    1. Type npm run build to build the project.
    2. Type serve -s build to run the app, visit http://localhost:5000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published