This one page app renders a list of cities on the left side of the screen and a map on the right. Markers will appear on the map when cities on the list are clicked and markers will bounce when the city on the list is hovered over.
Make sure to use yarn version >= 1.12.1
yarn install
If you have your own google api keys, you can replace the developper url in config.json
To launch with development server, run:
yarn start
Open http://localhost:3000 to view it in the browser.
To build, run:
yarn build
To run tests:
yarn test