Skip to content

ilyabo/flowmap.gl-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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