GitHub - ilyabo/flowmap.gl-example: Flowmap.gl example built with Create React App

This is a minimal example app using flowmap.gl. The app was bootstrapped with Create React App.

Try in action.

Running

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