An open API service indexing awesome lists of open source software.

https://github.com/schemar/mapbox-react-prototype


https://github.com/schemar/mapbox-react-prototype

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mapbox React Prototype

## Run
Requires yarn.

```sh
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
```