Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 585 Bytes

Getting Started with MapLibre and React

Fork this project to quickly create a react maplibre application.

Setting up the environment variables

In the root directory of the showcase project, run the following commands

cp .env.example .env

The REACT_APP_MAPTILER_APIKEY can be generated here.

Run the project

In the project root directory, run the following commands:

npm i
npm start

This should start the application on http://localhost:3000/

And voila, that's all there is to it.