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/.
- 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.
- Open your computer's terminal and navigate to where you unzipped the file or cloned the repository.
- Make sure you are in the app's directory/folder
- Run the project in development mode
- Type
npm install
to install app dependencies. - 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/.
- Type
- Run the project in production mode
- Type
npm run build
to build the project. - Type
serve -s build
to run the app, visit http://localhost:5000/.
- Type