Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 396 Bytes

Flowmap.gl example with Create React App

This example shows how Flowmap.gl can be used in a React web app.

Usage

To run this example, you need a Mapbox token. Rename .env.example into .env and add your Mapbox token there.

npm i
npm run dev

To build a production version:

npm run build