schemar / mapbox-react-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapbox React Prototype

Run

Requires yarn.

git clone git@github.com:schemar/mapbox-react-prototype.git
cd mapbox-react-prototype
yarn
cp ./src/accessToken.example.ts ./src/accessToken.ts

# Edit ./src/accessToken.ts and add your Mapbox access token.
# You find it on your Mapbox account page.

# Format to ensure react-scripts starts:
yarn format

yarn start

About

License:MIT License


Languages

Language:TypeScript 76.4%Language:CSS 12.5%Language:JavaScript 7.5%Language:HTML 3.6%