This app integrates React with the Google Maps API
The following packages must be installed before running the app:
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 server by running:
yarn start