React with google Maps API

This app integrates React with the Google Maps API

Getting Started

Prerequisites

The following packages must be installed before running the app:

Installation

After cloning the repository:

git clone https://github.com/RayNjeri/GoogleMaps-React.git
  • Go to the root of the directory by running:
cd googlemap-react
  • checkout to master branch by running:
git checkout master
  • Install all project dependencies by running:
yarn install

Start The App

  • Start the server by running:
yarn start