This is a minimal example app using flowmap.gl. The app was bootstrapped with Create React App.
First, clone the repository:
git clone git@github.com:ilyabo/flowmap.gl-example.git
Then install dependencies:
cd flowmap.gl-example/
npm install
Add .env
file to the project root with a Mapbox access token:
REACT_APP_MapboxAccessToken=Your_Own_Mapbox_Access_Token_Goes_Here
Finally, run:
npm start