nicdford / react-mapbox-gl-debug

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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**

About

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


Languages

Language:HTML 65.8%Language:JavaScript 34.2%