https://github.com/schemar/mapbox-react-prototype
https://github.com/schemar/mapbox-react-prototype
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schemar/mapbox-react-prototype
- Owner: schemar
- License: mit
- Created: 2021-09-05T09:19:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T20:08:15.000Z (over 4 years ago)
- Last Synced: 2025-06-11T12:55:27.409Z (7 months ago)
- Language: TypeScript
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```