This react app takes a list of videos and gps locations and presents them on a map.
- Get a mapbox api token.
- Create a .env file at the root of the project and add
REACT_APP_MAPBOX_TOKEN=<your_mapbox_token>
- Update the theme to suit your styles.
- Update the json file to add your list of videos.
This project was bootstrapped with Create React App.