This app can be used by developers to manual test local changes to react-map-gl-geocoder
component.
- Install dependencies for this app by running
npm install
. - Run
npm start
to start app. - Run
npm run watch
in root ofreact-map-gl-geocoder
folder to rebuild thereact-map-gl-geocoder
dependency when changes are made.