Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.61 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.61 KB

Angular Leaflet

Application example built with Angular 15 and adding the map Leaflet component using the leaflet library.

This tutorial was posted on my blog in portuguese and on the DEV Community in english.

Website LinkedIn Twitter Instagram

Prerequisites

Before you start, you need to install and configure the tools:

Cloning the application

1. Clone the repository.

git clone git@github.com:rodrigokamada/angular-leaflet.git

2. Install the dependencies.

npm ci

3. Run the application.

npm start