Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 38 KB of JS, it has all the mapping features most developers ever need.
A simple app Leaflet with Asp.net core 2.1 and Angular 8
- A separated EF Core data layer with enabled migrations.
- An EF Core 2.2.102 based service layer.
- Update all of the outdated global dependencies using the
npm update -g
command. - Install the
Angular-CLI
. - Open a command prompt console and then navigate to frontend/ folder.
- Now run the following commands:
npm update -g
npm install
- Then open another command prompt console and navigate to backend/src/LocationMap.WebApp/ folder.
- Now run the following commands:
dotnet restore
dotnet watch run