/react-mapbox-gl-debug

Simple boilerplate to start an app with react-mapbox-gl

Primary LanguageHTML

Simple boilerplate to start a react project with react-mapbox-gl. Meant to be used for debugging.

Generated using create-react-app

Getting started:

Install dependencies:

yarn install

Run the application:

npm start

Create/Add Mapbox token to .env:

REACT_APP_MAPBOX_TOKEN=**token goes here**