Skip to content

Fork the project to get started with a basic react app with an integrated maplibre map

Notifications You must be signed in to change notification settings

decision-labs/maplibre-react-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fork the project to get started with a basic react app with an integrated maplibre map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published